Merge pull request #297209 from r-ryantm/auto-update/jenkins-job-builder

jenkins-job-builder: 6.0.0 -> 6.1.0
This commit is contained in:
Weijia Wang 2024-03-26 03:10:08 +01:00 committed by GitHub
commit 0e5c377f82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''