tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python3Packages.pytest-console-scripts: 1.3.1 -> 1.4.1
Martin Weinelt
2 years ago
09cd7a67
36dcb1cc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytest-console-scripts
default.nix
+2
-2
pkgs/development/python-modules/pytest-console-scripts/default.nix
reviewed
···
11
11
12
12
buildPythonPackage rec {
13
13
pname = "pytest-console-scripts";
14
14
-
version = "1.3.1";
14
14
+
version = "1.4.1";
15
15
format = "setuptools";
16
16
17
17
disabled = pythonOlder "3.7";
18
18
19
19
src = fetchPypi {
20
20
inherit pname version;
21
21
-
hash = "sha256-XGw9qunPn77Q5lUHISiThgAZPcACpc8bGHJIZEugKFc=";
21
21
+
hash = "sha256-WoJu2EzAr6IC655EOB19di973ajgwj+feafx9Ez0qJU=";
22
22
};
23
23
24
24
SETUPTOOLS_SCM_PRETEND_VERSION = version;