python3Packages.testfixtures: 6.18.4 -> 6.18.5
This commit is contained in:
parent
f2dc0f9fca
commit
f258f9eed9
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "testfixtures";
|
pname = "testfixtures";
|
||||||
version = "6.18.4";
|
version = "6.18.5";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
# DO NOT CONTACT upstream.
|
# DO NOT CONTACT upstream.
|
||||||
# https://github.com/simplistix/ is only concerned with internal CI process.
|
# https://github.com/simplistix/ is only concerned with internal CI process.
|
||||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
hash = "sha256-h49hfEEXk/FVwms5MwoJWhzFiETYi83HZ6Zcf8IJa1Q=";
|
hash = "sha256-Atrog/Vn9bcP0608nu+5WRLniskL5sdES14vRr9XLIQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user