Merge pull request #282103 from r-ryantm/auto-update/python311Packages.immutabledict

python311Packages.immutabledict: 4.0.0 -> 4.1.0
This commit is contained in:
Martin Weinelt 2024-01-22 00:37:44 +01:00 committed by GitHub
commit 07e965a63e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "immutabledict";
version = "4.0.0";
version = "4.1.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "corenting";
repo = "immutabledict";
rev = "refs/tags/v${version}";
hash = "sha256-z03s2mOJiMVnvLmeFJFgCRvkP+9VUcALiIoIPBAHUPw=";
hash = "sha256-c76apNW6nlxL9paevqKpPw5RpDLMpYnbVabCCIrW3pw=";
};
nativeBuildInputs = [