We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b7698 commit 68b67cfCopy full SHA for 68b67cf
pkgs/development/python-modules/pypck/default.nix
@@ -12,7 +12,7 @@
12
13
buildPythonPackage rec {
14
pname = "pypck";
15
- version = "0.7.21";
+ version = "0.7.22";
16
pyproject = true;
17
18
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
21
owner = "alengwenus";
22
repo = "pypck";
23
rev = "refs/tags/${version}";
24
- hash = "sha256-6Ng+Jw5ZDtkKOftFVhy1uOjzcmeKI5VqWzPn3EkKfGI=";
+ hash = "sha256-rtlcsmjvhC232yjt258ne51tL//eKsCKYYc/yHG7HUU=";
25
};
26
27
postPatch = ''
0 commit comments