about summary refs log tree commit diff
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
commitac40f0c3c910e71a9275bbca30b30b25e5e9a945 (patch)
tree0d2fa7ab941559d700ad0c76eb6aca657918ac93
parent74ceb33d268ba71b67950a667270ce7aeae934d6 (diff)
python3Packages.allure-python-commons-test: 2.12.0 -> 2.13.2
-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 aaba8d9fccf75..c358a2f14d7fe 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.12.0";
+  version = "2.13.2";
 
   disabled = pythonOlder "3.4";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-TaeQF9EZ5tLMmVSwnWgrxsRz5lh0O3BZLLEUawd8BeI=";
+    hash = "sha256-Xh6NtqiuTg7UxKqJ7/p45rCUQGWiGDEaNAslzeYtgfg=";
   };
 
   nativeBuildInputs = [