mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 10:43:27 +00:00
python310Packages.testfixtures: 7.0.0 -> 7.0.4
Changelog: https://github.com/simplistix/testfixtures/blob/7.0.4/CHANGELOG.rst
This commit is contained in:
parent
f6d1571c9e
commit
0442c2e3dc
@ -12,7 +12,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "testfixtures";
|
||||
version = "7.0.0";
|
||||
version = "7.0.4";
|
||||
format = "setuptools";
|
||||
# DO NOT CONTACT upstream.
|
||||
# https://github.com/simplistix/ is only concerned with internal CI process.
|
||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-jsrFowh5NFFkBZTZykLOibmHcR4eTJMShVMh7CH2zLQ=";
|
||||
hash = "sha256-xSaqiXjBAC8FnxUsSt43WMShJBjfqyspdUrmIwyvPQQ=";
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user