python3Packages.immutabledict: 4.2.2 -> 4.3.0

https://github.com/corenting/immutabledict/blob/v4.3.0/CHANGELOG.md
This commit is contained in:
Martin Weinelt
2026-02-11 01:10:09 +01:00
parent 9aadfb2ef3
commit 61cedf4de7
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "immutabledict";
version = "4.2.2";
version = "4.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "corenting";
repo = "immutabledict";
tag = "v${version}";
hash = "sha256-ymzOSPVe0Z82FAgVIagY9lyNiMiubXjSBnXIEwzwC20=";
hash = "sha256-Ap0Z0RCL+sjPTySa/At+SDRdCmSkooSekybugZdvUX0=";
};
build-system = [ poetry-core ];