lol

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

+2 -2
+2 -2
pkgs/development/python-modules/pytest-console-scripts/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pytest-console-scripts"; 14 - version = "1.3.1"; 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 - hash = "sha256-XGw9qunPn77Q5lUHISiThgAZPcACpc8bGHJIZEugKFc="; 21 + hash = "sha256-WoJu2EzAr6IC655EOB19di973ajgwj+feafx9Ez0qJU="; 22 22 }; 23 23 24 24 SETUPTOOLS_SCM_PRETEND_VERSION = version;