tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.testfixtures: 7.1.0 -> 7.2.0
Martin Weinelt
2 years ago
dfe3283f
955091b9
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
testfixtures
default.nix
+2
-2
pkgs/development/python-modules/testfixtures/default.nix
···
12
12
13
13
buildPythonPackage rec {
14
14
pname = "testfixtures";
15
15
-
version = "7.1.0";
15
15
+
version = "7.2.0";
16
16
format = "setuptools";
17
17
# DO NOT CONTACT upstream.
18
18
# https://github.com/simplistix/ is only concerned with internal CI process.
···
25
25
26
26
src = fetchPypi {
27
27
inherit pname version;
28
28
-
hash = "sha256-RWzk85MWDyfNaEClNw7PSnDxchc39eZ6KveebIF4BKQ=";
28
28
+
hash = "sha256-jIwg3TDqETVIUHWEodqud5JI26pXEmcseruXCfD7+LI=";
29
29
};
30
30
31
31
nativeCheckInputs = [