Skip to content

Commit bc296a8

Browse files
committed
1 parent 1a0439a commit bc296a8

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.9.5";
15+
version = "0.9.7";
1616
pyproject = true;
1717

1818
disabled = pythonOlder "3.11";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
2121
owner = "alengwenus";
2222
repo = "pypck";
2323
tag = version;
24-
hash = "sha256-mtlA4UT8bYZa6hFbO/AHRFfHQ+6SpMN97cfc3q4dDJ4=";
24+
hash = "sha256-hca0LyHn37Jj4tx61TT3nJ7sd2h6wXbMJqdoLURv+uM=";
2525
};
2626

2727
postPatch = ''

0 commit comments

Comments
 (0)