Merge pull request #306201 from r-ryantm/auto-update/python311Packages.parametrize-from-file

python311Packages.parametrize-from-file: 0.19.0 -> 0.20.0
This commit is contained in:
Weijia Wang 2024-05-04 17:32:08 +02:00 committed by GitHub
commit 6cdcf61648
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "parametrize-from-file";
version = "0.19.0";
version = "0.20.0";
format = "pyproject";
src = fetchPypi {
inherit version;
pname = "parametrize_from_file";
hash = "sha256-FPTO2hYZT7bsQyPNcjBEk8SZKp51o/eMV5/U58W5SPI=";
hash = "sha256-t4WLNDkC/ErBnOGK6FoYIfjoL/zF9MxPThJtGM1nUL4=";
};
# patch out coveralls since it doesn't provide us value