about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-08 02:42:48 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-12 18:24:58 +0100
commit1cf466cf581eb50469154e90863fa7c867f6f1e8 (patch)
tree0a741ded9a27389117ad0aa4afd824640c72d527 /pkgs/development
parent4c0ddb1cecbd9d43ea850543ecf173b6325eacba (diff)
python3Packages.testrail-api: 1.12.1 -> 1.13.0
https://github.com/tolstislon/ytestrail-api/releases/tag/1.13.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/testrail-api/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/testrail-api/default.nix b/pkgs/development/python-modules/testrail-api/default.nix
index e23563de6ec8a..a5b35de14213a 100644
--- a/pkgs/development/python-modules/testrail-api/default.nix
+++ b/pkgs/development/python-modules/testrail-api/default.nix
@@ -10,7 +10,7 @@
 
 buildPythonPackage rec {
   pname = "testrail-api";
-  version = "1.12.1";
+  version = "1.13.0";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
     owner = "tolstislon";
     repo = "testrail-api";
     rev = "refs/tags/${version}";
-    hash = "sha256-lIlTrAdNtBJdwiSFwpcHA2e+fRC+MbHS0PX7prAN+RY=";
+    hash = "sha256-NGdNpNJ9ejwneSacNmifGJ8TMUuBqMu9tHTyLxTB5Uk=";
   };
 
   nativeBuildInputs = [