jenkins-job-builder: 6.0.0 -> 6.1.0

This commit is contained in:
R. Ryantm 2024-03-19 15:57:11 +00:00
parent cd42480049
commit d1a9032d66
1 changed files with 2 additions and 2 deletions

View File

@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "jenkins-job-builder";
version = "6.0.0";
version = "6.1.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-queP6RBpw32PXbpz6StIE6Pb7RNsm2O4tNarrDwb2cU=";
hash = "sha256-9IXhzdXVEk0M2O01eHysiDziZWmEy6Ehb7nHC6OHCwc=";
};
postPatch = ''