python310Packages.jenkins-job-builder: 5.0.3 -> 5.0.4

This commit is contained in:
R. Ryantm 2023-08-25 00:05:46 +00:00
parent 2ece2a0701
commit 5940a91381

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "jenkins-job-builder";
version = "5.0.3";
version = "5.0.4";
src = fetchPypi {
inherit pname version;
hash = "sha256-9SrFF1QAEpbS5WWBhOA1p8/YyToSbUb69vINUMQ1cug=";
hash = "sha256-+zrsfyi4I8venFGMKXDMUq+9+f7y6IY59y1/OJDExGs=";
};
postPatch = ''