Merge pull request #155834 from r-ryantm/auto-update/python310Packages.pysnooper

python310Packages.pysnooper: 1.0.0 -> 1.1.0
This commit is contained in:
Ryan Mulligan 2022-01-20 10:32:22 -08:00 committed by GitHub
commit ec1316642c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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