about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-15 14:05:44 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-27 15:32:47 +0200
commit74ceb33d268ba71b67950a667270ce7aeae934d6 (patch)
treefa0d3f183e67a019719e20c58d0296f3a066f414 /pkgs
parent39eb3230fffff823bb8adab2967cdf8f510f8253 (diff)
python3Packages.allure-python-commons: 2.12.0 -> 2.13.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/allure-python-commons/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/allure-python-commons/default.nix b/pkgs/development/python-modules/allure-python-commons/default.nix
index b92ee139b6ba4..0b50f23f77c4b 100644
--- a/pkgs/development/python-modules/allure-python-commons/default.nix
+++ b/pkgs/development/python-modules/allure-python-commons/default.nix
@@ -12,13 +12,13 @@
 
 buildPythonPackage rec {
   pname = "allure-python-commons";
-  version = "2.12.0";
+  version = "2.13.2";
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-1cNi3QEWfwhjMYIumxkS1Ob9bLwtGgBt0EjnfoKnrnM=";
+    hash = "sha256-igNoEzAjGx3q3Ya5f/aIQcZZEyARSuY4Vw8e1g16IDM=";
   };
 
   nativeBuildInputs = [