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

python310Packages.frozendict: 2.3.9 -> 2.3.10
This commit is contained in:
Peder Bergebakken Sundt 2023-12-03 16:16:10 +01:00 committed by GitHub
commit 8a4dd37986
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.9";
version = "2.3.10";
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-wVsTsUK6TES6YLGZGcHcGufrdVQrODyXrqczae8iTJ0=";
hash = "sha256-GUpCN5CsCJGuIfdsmgZHQvByA145RLI1l7aVEueqjDM=";
};
# build C version if it exists