jenkins-job-builder: 6.1.0 -> 6.2.0

This commit is contained in:
R. Ryantm 2024-04-06 16:07:07 +00:00
parent f6eb921406
commit 97ace155ce
1 changed files with 2 additions and 2 deletions

View File

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