Skip to content

Commit

Permalink
python311Packages.ldfparser: 0.24.0 -> 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 30, 2024
1 parent 705bad7 commit 2cae065
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 @@ -12,7 +12,7 @@

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

disabled = pythonOlder "3.7";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "c4deszes";
repo = "ldfparser";
rev = "refs/tags/v${version}";
hash = "sha256-+7L2WCQEDpWPDBPVt4ddoz0U4YkJ9GqQqp0cKj2fAXM=";
hash = "sha256-SZ9mWV5PjkQ2OiScPSMrunkKQWmuYW2lB2JvpTGNbY4=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2cae065

Please sign in to comment.