Skip to content

Commit

Permalink
python310Packages.allure-python-commons: 2.9.45 -> 2.10.0 (#187848)
Browse files Browse the repository at this point in the history
* python310Packages.allure-python-commons: 2.9.45 -> 2.10.0

* python310Packages.allure-python-commons: Disable Python <= 3.6

Co-authored-by: Jonas Heinrich <onny@project-insanity.org>
  • Loading branch information
r-ryantm and onny committed Aug 23, 2022
1 parent dabb27c commit aeb48f3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@

buildPythonPackage rec {
pname = "allure-python-commons";
version = "2.9.45";
version = "2.10.0";

disabled = pythonOlder "3.4";
disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
sha256 = "17alymsivw8fs89j6phbqgrbprasw8kj72kxa5y8qpn3xa5d4f62";
sha256 = "sha256-1NMTRLDwA3pKEeFrkbKM8O6yP/oOUMJ/z8aqvnIhLTw=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit aeb48f3

Please sign in to comment.