Merge pull request #100529 from jfroche/fix/pytest-cram
pythonPackages.pytest-cram: 0.2.0 -> 0.2.2
This commit is contained in:
commit
59a1325462
@ -1,7 +1,7 @@
|
|||||||
{lib, buildPythonPackage, fetchPypi, pytest, cram, bash}:
|
{ lib, buildPythonPackage, fetchPypi, pytest, cram, bash }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
version = "0.2.0";
|
version = "0.2.2";
|
||||||
pname = "pytest-cram";
|
pname = "pytest-cram";
|
||||||
|
|
||||||
checkInputs = [ pytest ];
|
checkInputs = [ pytest ];
|
||||||
@ -9,8 +9,8 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "006p5dr3q794sbwwmxmdls3nwq0fvnyrxxmc03pgq8n74chl71qn";
|
sha256 = "0405ymmrsv6ii2qhq35nxfjkb402sdb6d13xnk53jql3ybgmiqq0";
|
||||||
extension = "zip";
|
extension = "tar.gz";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user