Merge pull request #164801 from r-ryantm/auto-update/python3.10-pytest-console-scripts

python310Packages.pytest-console-scripts: 1.3 -> 1.3.1
This commit is contained in:
Fabian Affolter 2022-03-19 10:21:45 +01:00 committed by GitHub
commit 74958f5cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-console-scripts";
version = "1.3";
version = "1.3.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-w8rb9nz7MKHrHMHp5py23kTDpkhCbxub9j6F2XNX/H8=";
hash = "sha256-XGw9qunPn77Q5lUHISiThgAZPcACpc8bGHJIZEugKFc=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;