python3Packages.pypck: 0.9.5 -> 0.9.7

https://github.com/alengwenus/pypck/releases/tag/0.9.7
This commit is contained in:
Martin Weinelt
2025-12-13 01:41:17 +01:00
parent 1a0439a31e
commit bc296a8301
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pypck";
version = "0.9.5";
version = "0.9.7";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "alengwenus";
repo = "pypck";
tag = version;
hash = "sha256-mtlA4UT8bYZa6hFbO/AHRFfHQ+6SpMN97cfc3q4dDJ4=";
hash = "sha256-hca0LyHn37Jj4tx61TT3nJ7sd2h6wXbMJqdoLURv+uM=";
};
postPatch = ''