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

python311Packages.immutabledict: 4.0.0 -> 4.1.0

authored by Martin Weinelt and committed by GitHub 07e965a6 684a50c5

+2 -2
+2 -2
pkgs/development/python-modules/immutabledict/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "immutabledict"; 11 - version = "4.0.0"; 11 + version = "4.1.0"; 12 12 format = "pyproject"; 13 13 14 14 disabled = pythonOlder "3.7"; ··· 17 17 owner = "corenting"; 18 18 repo = "immutabledict"; 19 19 rev = "refs/tags/v${version}"; 20 - hash = "sha256-z03s2mOJiMVnvLmeFJFgCRvkP+9VUcALiIoIPBAHUPw="; 20 + hash = "sha256-c76apNW6nlxL9paevqKpPw5RpDLMpYnbVabCCIrW3pw="; 21 21 }; 22 22 23 23 nativeBuildInputs = [