nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python3Packages.allure-pytest: 2.13.5 -> 2.15.0

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

+2 -2
+2 -2
pkgs/development/python-modules/allure-pytest/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "allure-pytest"; 13 - version = "2.13.5"; 13 + version = "2.15.0"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.7"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-DvjheQxEqYjba4PE1PXpFFHixMjqEGAd+ohSjSOvz24="; 20 + hash = "sha256-uPRk07/rbLXmp35w6s0ao3YhM2d8q+zlegfJ87zUseg="; 21 21 }; 22 22 23 23 nativeBuildInputs = [ setuptools-scm ];