python3Packages.shlib: 1.8 -> 1.8.1 (#538160)

This commit is contained in:
Yohann Boniface 2026-07-05 21:27:38 +00:00 committed by GitHub
commit db6626bee3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "shlib";
version = "1.8";
version = "1.8.1";
pyproject = true;
src = fetchFromGitHub {
owner = "KenKundert";
repo = "shlib";
tag = "v${version}";
hash = "sha256-0BWTaHKGVKYIPQ9ifVWp2VZkSH3Gg/NgP3gPhkmw5S4=";
hash = "sha256-ymX5Vz4QYrKX9GTsQMWtdLM4z0KtaSfZp0iTkCb/8aI=";
};
postPatch = ''