python312Packages.frozendict: 2.4.0 -> 2.4.1

This commit is contained in:
R. Ryantm 2024-04-01 14:23:59 +00:00
parent f06c02ce7c
commit 6d89459fb0

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "frozendict";
version = "2.4.0";
version = "2.4.1";
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-mC5udKWez1s9JiVthtzCwEUPLheJpxRmcL3KdRiYP18=";
hash = "sha256-cPDuJ6AzMxOmJztSf6IZ04acJhjJCphQSl0DaN9cChI=";
};
# build C version if it exists