0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 21:50:33 +03:00

python3Packages.allure-python-commons-test: 2.11.0 -> 2.12.0

This commit is contained in:
Martin Weinelt 2022-12-30 20:12:54 +01:00
parent e4d51fe165
commit 108935657c

View file

@ -12,13 +12,13 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "allure-python-commons-test"; pname = "allure-python-commons-test";
version = "2.11.0"; version = "2.12.0";
disabled = pythonOlder "3.4"; disabled = pythonOlder "3.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "sha256-69iSW5pUbYQpA/dgpCr088CUaa1BGIwlijltmFZnEa0="; sha256 = "sha256-TaeQF9EZ5tLMmVSwnWgrxsRz5lh0O3BZLLEUawd8BeI=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [