Skip to content

Commit 68b67cf

Browse files
authored
python312Packages.pypck: 0.7.21 -> 0.7.22 (#340181)
https://github.com/alengwenus/pypck/releases/tag/0.7.22
1 parent 15b7698 commit 68b67cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/pypck/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
buildPythonPackage rec {
1414
pname = "pypck";
15-
version = "0.7.21";
15+
version = "0.7.22";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "alengwenus";
2222
repo = "pypck";
2323
rev = "refs/tags/${version}";
24-
hash = "sha256-6Ng+Jw5ZDtkKOftFVhy1uOjzcmeKI5VqWzPn3EkKfGI=";
24+
hash = "sha256-rtlcsmjvhC232yjt258ne51tL//eKsCKYYc/yHG7HUU=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)