Merge pull request #334896 from r-ryantm/auto-update/python312Packages.pypck

python312Packages.pypck: 0.7.19 -> 0.7.20
This commit is contained in:
Fabian Affolter 2024-08-16 21:49:20 +02:00 committed by GitHub
commit 177d9f41d1
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.19";
version = "0.7.20";
pyproject = true;
disabled = pythonOlder "3.9";
@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "alengwenus";
repo = "pypck";
rev = "refs/tags/${version}";
hash = "sha256-D4uUR8A1mrT+mxUswS34hSRczjRkRro/pz9NbMUCPjM=";
hash = "sha256-n+MtZA7dgmNDPwgYzwuoMFV9AYNYWx8dUCFFWVOmWR8=";
};
postPatch = ''