lol

python3Packages.jenkinsapi: 0.3.14 -> 0.3.15 (#435680)

authored by

Wolfgang Walther and committed by
GitHub
ff1c2fb0 dea4b2cd

+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.14"; 18 + version = "0.3.15"; 19 19 format = "pyproject"; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "pycontribs"; 23 23 repo = "jenkinsapi"; 24 24 tag = version; 25 - hash = "sha256-s6yamzH+4tobO8gLFVn+5ZZUnmPja675FXQmIjAb/co="; 25 + hash = "sha256-r6GOi/0ALJDy6R6cd/bECk+HVe/AyKZYG96sr9y9o/4="; 26 26 }; 27 27 28 28 nativeBuildInputs = [