python311Packages.frozendict: 2.4.3 -> 2.4.4

This commit is contained in:
R. Ryantm 2024-05-14 04:19:06 +00:00
parent 80bfa2e774
commit 5e196550aa

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