Merge pull request #241477 from mweinelt/immutabledict-2.2.5

python310Packages.immutabledict: 2.2.4 -> 2.2.5
This commit is contained in:
Fabian Affolter 2023-07-04 17:54:15 +02:00 committed by GitHub
commit 63a7c2b773
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "immutabledict";
version = "2.2.4";
version = "2.2.5";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "corenting";
repo = "immutabledict";
rev = "v${version}";
hash = "sha256-cykTZw3p6P35rHaJmfmiXIqybc+ZeqUkxneoPot7E9Q=";
hash = "sha256-7b/iSFQ4817XmDA40cQ/iqEuUegeg8Cypl85ntux6CI=";
};
nativeBuildInputs = [