pythonPackages.pytest-check: 0.3.9 -> 1.0.1

This commit is contained in:
Francesco Gazzetta 2021-01-25 15:16:56 +01:00
parent 9f821d9d1b
commit 0af347320c

View file

@ -7,12 +7,12 @@
buildPythonPackage rec {
pname = "pytest-check";
version = "0.3.9";
version = "1.0.1";
src = fetchPypi {
pname = "pytest_check";
inherit version;
sha256 = "0asrrz0fgk6wqffsz1ffd6z9xyw314fwh5bwjzcq75w8w1g4ass9";
sha256 = "1i01i5ab06ic11na13gcacrlcs2ab6rmaii0yz0x06z5ynnljn6s";
};
propagatedBuildInputs = [ pytest ];