python310Packages.icecream: 2.1.2 -> 2.1.3
This commit is contained in:
parent
d4ca6ff3f4
commit
a62e7e74ee
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "icecream";
|
pname = "icecream";
|
||||||
version = "2.1.2";
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "sha256-CTALLRxnhxJBDL1HyVGY6xtYD2bzEaVUzNa551js4O4=";
|
sha256 = "sha256-CqSnwzdOw2FTodCPgeMIDoPYrB7v2X0vT+lUTo+bSd4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ asttokens colorama executing pygments ];
|
propagatedBuildInputs = [ asttokens colorama executing pygments ];
|
||||||
|
|
Loading…
Reference in a new issue