python312Packages.frozendict: 2.4.1 -> 2.4.2

This commit is contained in:
R. Ryantm 2024-04-14 18:02:26 +00:00
parent 55b4d7d86f
commit 9480865104

View File

@ -8,7 +8,7 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "frozendict"; pname = "frozendict";
version = "2.4.1"; version = "2.4.2";
format = "setuptools"; format = "setuptools";
disabled = pythonOlder "3.6"; disabled = pythonOlder "3.6";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "Marco-Sulla"; owner = "Marco-Sulla";
repo = "python-frozendict"; repo = "python-frozendict";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-cPDuJ6AzMxOmJztSf6IZ04acJhjJCphQSl0DaN9cChI="; hash = "sha256-SXUPzFDVw8+CmD/Jxm/EB70UBdOmauQs69hNr0l3l90=";
}; };
# build C version if it exists # build C version if it exists