Skip to content

Commit

Permalink
python312Packages.frozendict: 2.4.5 -> 2.4.6 (#348848)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Oct 19, 2024
2 parents fb0baa4 + b54e66b commit efc1c32
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 @@ -9,7 +9,7 @@

buildPythonPackage rec {
pname = "frozendict";
version = "2.4.5";
version = "2.4.6";
pyproject = true;

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

# build C version if it exists
Expand Down

0 comments on commit efc1c32

Please sign in to comment.