Skip to content

Commit

Permalink
Merge pull request #278411 from r-ryantm/auto-update/python310Package…
Browse files Browse the repository at this point in the history
…s.frozendict

python310Packages.frozendict: 2.3.10 -> 2.4.0
  • Loading branch information
pbsds authored Jan 4, 2024
2 parents 571c9cb + 3f20cda commit 2de49fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/frozendict/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

buildPythonPackage rec {
pname = "frozendict";
version = "2.3.10";
version = "2.4.0";
format = "setuptools";

disabled = pythonOlder "3.6";
Expand All @@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Marco-Sulla";
repo = "python-frozendict";
rev = "refs/tags/v${version}";
hash = "sha256-GUpCN5CsCJGuIfdsmgZHQvByA145RLI1l7aVEueqjDM=";
hash = "sha256-mC5udKWez1s9JiVthtzCwEUPLheJpxRmcL3KdRiYP18=";
};

# build C version if it exists
Expand Down

0 comments on commit 2de49fe

Please sign in to comment.