Merge pull request #278411 from r-ryantm/auto-update/python310Packages.frozendict

python310Packages.frozendict: 2.3.10 -> 2.4.0
This commit is contained in:
Peder Bergebakken Sundt 2024-01-04 23:38:10 +01:00 committed by GitHub
commit 2de49fea8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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