Skip to content

Commit

Permalink
python312Packages.pypck: 0.8.1 -> 0.8.2 (#368462)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 27, 2024
2 parents f9c866e + b6de37b commit db25d4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pypck/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@

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

disabled = pythonOlder "3.11";

src = fetchFromGitHub {
owner = "alengwenus";
repo = "pypck";
rev = "refs/tags/${version}";
hash = "sha256-O0hRfSUJwn/xW+xJ2zD/Z8bb1G42n8UGIKHzLkl9n5M=";
tag = version;
hash = "sha256-u3vk8yLP35ZQFajp3ngadNM3KY40zShPMYm9iN5U86Y=";
};

postPatch = ''
Expand Down

0 comments on commit db25d4c

Please sign in to comment.