python310Packages.immutabledict: 2.2.2 -> 2.2.3

Diff: https://github.com/corenting/immutabledict/compare/v2.2.2...v2.2.3

Changelog: https://github.com/corenting/immutabledict/blob/v2.2.3/CHANGELOG.md
This commit is contained in:
Fabian Affolter 2022-12-18 21:15:34 +01:00
parent 841ea664c2
commit bb8d20a647

View file

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "immutabledict";
version = "2.2.2";
version = "2.2.3";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "corenting";
repo = "immutabledict";
rev = "v${version}";
hash = "sha256-YqUxkpFl2G/LFLtFWqocXbFvgVhqqiquoWNIIO9c/6o=";
hash = "sha256-GeQ1BEBt+66YhohyaXt7rIVNpEk6mINwsC3JrmYNjRI=";
};
nativeBuildInputs = [