pythonPackages.pytest-cram: 0.1.1 -> 0.2.0
This fixes pytest-cram after the recent pytest upgrading broke it.
This commit is contained in:
parent
2e4aded366
commit
44509195e5
|
@ -1,8 +1,7 @@
|
||||||
{lib, buildPythonPackage, fetchPypi, pytest, cram, bash, writeText}:
|
{lib, buildPythonPackage, fetchPypi, pytest, cram, bash, writeText}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
name = "${pname}-${version}";
|
version = "0.2.0";
|
||||||
version = "0.1.1";
|
|
||||||
pname = "pytest-cram";
|
pname = "pytest-cram";
|
||||||
|
|
||||||
buildInputs = [ pytest ];
|
buildInputs = [ pytest ];
|
||||||
|
@ -10,7 +9,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0ad05999iqzyjay9y5lc0cnd3jv8qxqlzsvxzp76shslmhrv0c4f";
|
sha256 = "006p5dr3q794sbwwmxmdls3nwq0fvnyrxxmc03pgq8n74chl71qn";
|
||||||
|
extension = "zip";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in New Issue