python310Packages.pysnooper: 1.0.0 -> 1.1.0

This commit is contained in:
R. Ryantm 2022-01-20 09:41:26 +00:00
parent 7e89775a9e
commit 3ccea96f1e

View File

@ -6,13 +6,13 @@
}:
buildPythonPackage rec {
version = "1.0.0";
version = "1.1.0";
pname = "pysnooper";
src = fetchPypi {
inherit version;
pname = "PySnooper";
sha256 = "4804aed962f36db85fefdc33edbd109b96a13153e6ffed82d1e6023b4f483b64";
sha256 = "0fa932ad396d2bac089d4b1f94f0ce49cde4140ee64ddd24a4065fadea10fcc9";
};
# test dependency python-toolbox fails with py27