python3Packages.testrail-api: 1.13.4 -> 1.13.5

This commit is contained in:
R. Ryantm
2025-12-31 05:55:08 +00:00
parent 6e600478a7
commit dcc0148556
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "testrail-api";
version = "1.13.4";
version = "1.13.5";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "tolstislon";
repo = "testrail-api";
tag = version;
hash = "sha256-0RrNqSuimXXBEkjmnRQiIXUDy6z2y9wKneWqBTi5FHY=";
hash = "sha256-eGKQ32+VOt7T66SVKcbxyAAyN7kVspfTbukv/mldZ8Q=";
};
build-system = [