python310Packages.frozendict: 2.3.10 -> 2.4.0

This commit is contained in:
R. Ryantm
2024-01-03 04:18:08 +00:00
parent d42bc1bafe
commit 3f20cda3db
@@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "frozendict";
version = "2.3.10";
version = "2.4.0";
format = "setuptools";
disabled = pythonOlder "3.6";
@@ -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