about summary refs log tree commit diff
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-06 18:33:30 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-10-06 18:33:30 +0000
commit9afac56a93088ecdbe6c2004846508b55a5e8c0c (patch)
treee1191fd44d730c8176078238d69a9b50e85d36b4
parent27a89ba43b0fb735ce867e8ab3d2442f8cc61dad (diff)
python310Packages.allure-python-commons-test: 2.10.0 -> 2.11.0
-rw-r--r--pkgs/development/python-modules/allure-python-commons-test/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/allure-python-commons-test/default.nix b/pkgs/development/python-modules/allure-python-commons-test/default.nix
index 9ff8d8610da26..fcdc76a0897ad 100644
--- a/pkgs/development/python-modules/allure-python-commons-test/default.nix
+++ b/pkgs/development/python-modules/allure-python-commons-test/default.nix
@@ -12,13 +12,13 @@
 
 buildPythonPackage rec {
   pname = "allure-python-commons-test";
-  version = "2.10.0";
+  version = "2.11.0";
 
   disabled = pythonOlder "3.4";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-wSISmLO1qE91tO0svQ+Dau35wP8h9hMfFtW5STGX5dg=";
+    sha256 = "sha256-69iSW5pUbYQpA/dgpCr088CUaa1BGIwlijltmFZnEa0=";
   };
 
   nativeBuildInputs = [