python313Packages.shlib: 1.6 -> 1.7

https://github.com/KenKundert/shlib/releases/tag/v1.7
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:38 -07:00
committed by Robert Schütz
parent 5b089ae6ba
commit fe7d1f61ed
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "shlib";
version = "1.6";
version = "1.7";
pyproject = true;
src = fetchFromGitHub {
owner = "KenKundert";
repo = "shlib";
tag = "v${version}";
hash = "sha256-f2jJgpjybutCpYnIT+RihtoA1YlXdhTs+MvV8bViSMQ=";
hash = "sha256-clhiTuU5vvZSzdGPA3CISiBTnAahvv1SOKAfMpb6lYU=";
};
postPatch = ''