python3Packages.jenkinsapi: 0.3.15 -> 0.3.17

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:21 +01:00
parent c30fc5cf28
commit fe3b066de6
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "jenkinsapi";
version = "0.3.15";
version = "0.3.17";
pyproject = true;
src = fetchFromGitHub {
owner = "pycontribs";
repo = "jenkinsapi";
tag = version;
hash = "sha256-r6GOi/0ALJDy6R6cd/bECk+HVe/AyKZYG96sr9y9o/4=";
hash = "sha256-1dTcT84cDpP9V4tVrgW2MTYx4jQj0/tZiAuakC+orUQ=";
};
nativeBuildInputs = [