Merge pull request #311556 from r-ryantm/auto-update/python311Packages.frozendict

python311Packages.frozendict: 2.4.3 -> 2.4.4
This commit is contained in:
Peder Bergebakken Sundt 2024-05-14 08:55:16 +02:00 committed by GitHub
commit b5bf51a4f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "frozendict";
version = "2.4.3";
version = "2.4.4";
pyproject = true;
disabled = pythonOlder "3.6";
@ -18,7 +18,7 @@ buildPythonPackage rec {
owner = "Marco-Sulla";
repo = "python-frozendict";
rev = "refs/tags/v${version}";
hash = "sha256-DGSHQbVfqkaHgxL2bBXSxKqshTdWqp1z2F+YA9lu20E=";
hash = "sha256-TgXhffUvx74fU2SgDV04R1yS9xGbiP/ksQ+3KGT5bdQ=";
};
# build C version if it exists