python3Packages.pytest-check: 1.0.4 -> 1.0.5
This commit is contained in:
parent
260eba1563
commit
6431b42123
@ -7,13 +7,13 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-check";
|
pname = "pytest-check";
|
||||||
version = "1.0.4";
|
version = "1.0.5";
|
||||||
format = "flit";
|
format = "flit";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "pytest_check";
|
pname = "pytest_check";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "c93eee5a98bcd28634a4ec657ab62c46d25fa384300811e5a925d9c4d98b9540";
|
sha256 = "sha256-ucjbax3uPB5mFivQebgcCDKWy3Ex6YQVGcKKQIGKSHU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest ];
|
||||||
|
Loading…
Reference in New Issue
Block a user