python3Packages.jenkinsapi: 0.3.13 -> 0.3.14

This commit was automatically generated using update-python-libraries.

+2 -2
+2 -2
pkgs/development/python-modules/jenkinsapi/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "jenkinsapi"; 18 - version = "0.3.13"; 18 + version = "0.3.14"; 19 19 format = "pyproject"; 20 20 21 21 src = fetchPypi { 22 22 inherit pname version; 23 - hash = "sha256-JGqYpj5h9UoV0WEFyxVIjFZwc030HobHrw1dnAryQLk="; 23 + hash = "sha256-G+Wj1gu5e4/VqdnUR34iAeB+RyWn1CwOsWhGu4eeS5c="; 24 24 }; 25 25 26 26 patches = [ ./pytest-warn-none.patch ];