Skip to content

Commit

Permalink
python312Packages.pypck: 0.7.24 -> 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 23, 2024
1 parent 403eb36 commit 9066941
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pypck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "pypck";
version = "0.7.24";
version = "0.8.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "alengwenus";
repo = "pypck";
rev = "refs/tags/${version}";
hash = "sha256-DWdQUnURL3WBi916vOTawtBqq+SHTu4iLViGczwAWQE=";
hash = "sha256-O0hRfSUJwn/xW+xJ2zD/Z8bb1G42n8UGIKHzLkl9n5M=";
};

postPatch = ''
Expand Down

0 comments on commit 9066941

Please sign in to comment.