Merge pull request #304086 from r-ryantm/auto-update/python312Packages.frozendict

python312Packages.frozendict: 2.4.1 -> 2.4.2
This commit is contained in:
Peder Bergebakken Sundt 2024-04-14 23:08:09 +02:00 committed by GitHub
commit 2748d22b45
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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