python3Packages.testfixtures: 7.0.4 -> 7.1.0
This commit is contained in:
parent
313c202777
commit
753a38ff3e
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "testfixtures";
|
pname = "testfixtures";
|
||||||
version = "7.0.4";
|
version = "7.1.0";
|
||||||
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-xSaqiXjBAC8FnxUsSt43WMShJBjfqyspdUrmIwyvPQQ=";
|
hash = "sha256-RWzk85MWDyfNaEClNw7PSnDxchc39eZ6KveebIF4BKQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user