about summary refs log tree commit diff
path: root/pkgs/development/python-modules/allure-behave
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-30 20:12:53 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:08:50 +0100
commit41b94cb5e98744e314d6304490f58bac94772116 (patch)
treeddc7c814ca8731886fc8e094d3c42ca123c67467 /pkgs/development/python-modules/allure-behave
parent5fe2e97ab7510e11f2680cea3139cf97a436798d (diff)
python3Packages.allure-behave: 2.10.0 -> 2.12.0
Diffstat (limited to 'pkgs/development/python-modules/allure-behave')
-rw-r--r--pkgs/development/python-modules/allure-behave/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/allure-behave/default.nix b/pkgs/development/python-modules/allure-behave/default.nix
index 000c51359f546..4463be9997b33 100644
--- a/pkgs/development/python-modules/allure-behave/default.nix
+++ b/pkgs/development/python-modules/allure-behave/default.nix
@@ -9,13 +9,13 @@
 
 buildPythonPackage rec {
   pname = "allure-behave";
-  version = "2.10.0";
+  version = "2.12.0";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-BzDu/LJBstuchkvUAeCDSIDIiFLZmC4y0s3d+1paGxs=";
+    sha256 = "sha256-CxdB1gliajS6dUUhnD+yRMVj0zglGEwZC6RDmirH+pg=";
   };
 
   nativeBuildInputs = [