python312Packages.pypck: 0.7.20 -> 0.7.21

This commit is contained in:
R. Ryantm 2024-08-23 10:14:25 +00:00
parent 29aa6b4774
commit 8f53ab35b1

View File

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