python3Packages.allure-python-commons-test: 2.13.5 -> 2.15.0

This commit was automatically generated using update-python-libraries.

Changed files
+4 -3
pkgs
development
python-modules
allure-python-commons-test
+4 -3
pkgs/development/python-modules/allure-python-commons-test/default.nix
···
buildPythonPackage rec {
pname = "allure-python-commons-test";
-
version = "2.13.5";
format = "setuptools";
src = fetchPypi {
-
inherit pname version;
-
hash = "sha256-pWkLVfBrLEhdhuTE95K3aqrhEY2wEyo5uRzuJC3ngjE=";
};
nativeBuildInputs = [ setuptools-scm ];
···
buildPythonPackage rec {
pname = "allure-python-commons-test";
+
version = "2.15.0";
format = "setuptools";
src = fetchPypi {
+
pname = "allure_python_commons_test";
+
inherit version;
+
hash = "sha256-5l/9K6ToYEGaYXOmVxB188wu9gQ+2cMHxfVNlX8Rz9g=";
};
nativeBuildInputs = [ setuptools-scm ];