merge 63873 63874 thankyou Well, sent with `mumi send-email origin/master`, didn't go too well (I guess mumi thought this would only be one mail?). Josselin Poiret writes: > From: Josselin Poiret > > * gnu/packages/version-control.scm (b4): Update to 0.12.2. > --- > gnu/packages/version-control.scm | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm > index 083d4edf84..1229ae1f77 100644 > --- a/gnu/packages/version-control.scm > +++ b/gnu/packages/version-control.scm > @@ -2612,13 +2612,13 @@ (define-public patatt > (define-public b4 > (package > (name "b4") > - (version "0.8.0") > + (version "0.12.2") > (source > (origin > (method url-fetch) > (uri (pypi-uri "b4" version)) > (sha256 > - (base32 "115ysciq15sxc8fd9hf7p0f4wnd5xapcfkmq8g33y1c8nbdxclbx")))) > + (base32 "0vmyma13dnpv3vbzamrmzc2ph71bg44hk7rqbc2ji2ppigbszx5n")))) > (build-system python-build-system) > (arguments > (list #:tests? #f ;no tests > @@ -2631,7 +2631,7 @@ (define-public b4 > (inputs > (list python-dkimpy python-dnspython python-requests)) > (propagated-inputs > - (list patatt)) > + (list git-filter-repo patatt)) > (home-page "https://git.kernel.org/pub/scm/utils/b4/b4.git") > (synopsis "Tool for working with patches in public-inbox archives") > (description > -- > 2.40.1 > -- Josselin Poiret