python3Packages.icecream: 2.1.3 -> 2.1.4

This commit is contained in:
Martin Weinelt 2025-01-19 21:15:53 +01:00
parent 1b7fed04cd
commit 736e748c58
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -18,12 +18,12 @@
buildPythonPackage rec {
pname = "icecream";
version = "2.1.3";
version = "2.1.4";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-CqSnwzdOw2FTodCPgeMIDoPYrB7v2X0vT+lUTo+bSd4=";
hash = "sha256-WHVeWDl9U1CnbyWXbe57YH9f67PG4c3f5rGVGJbpFXM=";
};
postPatch = ''