python310Packages.pytest-subprocess: 1.4.1 -> 1.4.2
This commit is contained in:
parent
5f53dac66a
commit
4b587a7cb8
@ -13,15 +13,15 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pytest-subprocess";
|
pname = "pytest-subprocess";
|
||||||
version = "1.4.1";
|
version = "1.4.2";
|
||||||
|
|
||||||
disabled = pythonOlder "3.6";
|
disabled = pythonOlder "3.6";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "aklajnert";
|
owner = "aklajnert";
|
||||||
repo = "pytest-subprocess";
|
repo = "pytest-subprocess";
|
||||||
rev = version;
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-xNkOXBCQ4AH/JVmxFzI3VSouA6jkCbUom7AdckfjGiE=";
|
hash = "sha256-8Of3/RltijfF5MXtVazGzIqpmRIhreT26kLNjzXLF1k=";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user