python3Packages.pypck: 0.8.10 -> 0.8.12

This commit is contained in:
R. Ryantm
2025-09-18 22:09:19 +00:00
parent ee164a706c
commit 124a5c7110
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pypck";
version = "0.8.10";
version = "0.8.12";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "alengwenus";
repo = "pypck";
tag = version;
hash = "sha256-0wwFkkIBQiRIdkMHsNHvqf1i5bzBNV7eP8uCWOk89oc=";
hash = "sha256-XXlHgr8/Cl3eu1vIDl/XykB2gv8PPkPIFEBG30yUue0=";
};
postPatch = ''