Merge pull request #182390 from r-ryantm/auto-update/python3.10-icecream

python310Packages.icecream: 2.1.2 -> 2.1.3
This commit is contained in:
Mario Rodas 2022-07-23 09:26:15 -05:00 committed by GitHub
commit 64ade58ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "icecream";
version = "2.1.2";
version = "2.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-CTALLRxnhxJBDL1HyVGY6xtYD2bzEaVUzNa551js4O4=";
sha256 = "sha256-CqSnwzdOw2FTodCPgeMIDoPYrB7v2X0vT+lUTo+bSd4=";
};
propagatedBuildInputs = [ asttokens colorama executing pygments ];