python312Packages.pypck: 0.7.22 -> 0.7.23

Diff: https://github.com/alengwenus/pypck/compare/refs/tags/0.7.22...0.7.23

Changelog: https://github.com/alengwenus/pypck/releases/tag/0.7.23
This commit is contained in:
Fabian Affolter 2024-09-13 00:32:22 +02:00
parent ffa39336d6
commit 603b51508b

View File

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