Skip to content

Commit

Permalink
python312Packages.pycep-parser: 0.4.2 -> 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 8, 2024
1 parent afe2749 commit f89e669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/pycep-parser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@

buildPythonPackage rec {
pname = "pycep-parser";
version = "0.4.2";
version = "0.5.1";
format = "pyproject";

disabled = pythonOlder "3.9";

src = fetchFromGitHub {
owner = "gruebel";
repo = "pycep";
rev = "refs/tags/${version}";
hash = "sha256-qogUjj/GwMGwFEin+xJCSOCf5Ut8bgsFakyoMhkyKgU=";
tag = version;
hash = "sha256-yCcJUN+gDeuifFoYyFsS5Ak/AYxLo0Q8edmhFYfi/eA=";
};

nativeBuildInputs = [ poetry-core ];
Expand Down

0 comments on commit f89e669

Please sign in to comment.