python312Packages.pypck: 0.7.21 -> 0.7.22 (#340181)

https://github.com/alengwenus/pypck/releases/tag/0.7.22
This commit is contained in:
R. RyanTM 2024-09-07 11:51:57 +10:00 committed by GitHub
parent 15b7698cf7
commit 68b67cf3c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pypck";
version = "0.7.21";
version = "0.7.22";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "alengwenus";
repo = "pypck";
rev = "refs/tags/${version}";
hash = "sha256-6Ng+Jw5ZDtkKOftFVhy1uOjzcmeKI5VqWzPn3EkKfGI=";
hash = "sha256-rtlcsmjvhC232yjt258ne51tL//eKsCKYYc/yHG7HUU=";
};
postPatch = ''