python3Packages.pytest-console-scripts: 1.3.1 -> 1.4.1

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:02 +02:00
parent 36dcb1cc14
commit 09cd7a67f0
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-console-scripts";
version = "1.3.1";
version = "1.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-XGw9qunPn77Q5lUHISiThgAZPcACpc8bGHJIZEugKFc=";
hash = "sha256-WoJu2EzAr6IC655EOB19di973ajgwj+feafx9Ez0qJU=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;