Skip to content

Commit

Permalink
python312Packages.pypck: 0.7.24 -> 0.8.1 (NixOS#367575)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 25, 2024
2 parents e5a7bfa + 5642e39 commit 6b0c546
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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.7.24";
version = "0.8.1";
pyproject = true;

disabled = pythonOlder "3.9";
disabled = pythonOlder "3.11";

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

postPatch = ''
Expand All @@ -48,7 +48,7 @@ buildPythonPackage rec {
description = "LCN-PCK library written in Python";
homepage = "https://github.com/alengwenus/pypck";
changelog = "https://github.com/alengwenus/pypck/releases/tag/${version}";
license = with licenses; [ epl20 ];
license = licenses.epl20;
maintainers = with maintainers; [ fab ];
};
}

0 comments on commit 6b0c546

Please sign in to comment.