Skip to content

Commit

Permalink
python312Packages.ldfparser: 0.25.0 -> 0.26.0 (NixOS#377375)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Jan 27, 2025
2 parents d1bb586 + e09d88a commit d1016a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/ldfparser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

buildPythonPackage rec {
pname = "ldfparser";
version = "0.25.0";
version = "0.26.0";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "c4deszes";
repo = "ldfparser";
tag = "v${version}";
hash = "sha256-SZ9mWV5PjkQ2OiScPSMrunkKQWmuYW2lB2JvpTGNbY4=";
hash = "sha256-SVl/O0/2k1Y4lta+3BFkddyBZfYO2vqh4Xx1ZXNwXN4=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit d1016a5

Please sign in to comment.