Merge pull request #110776 from fgaz/staticjinja/1.0.3

This commit is contained in:
Sandro
2021-01-25 21:07:44 +01:00
committed by GitHub
2 changed files with 15 additions and 6 deletions

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 ];