diff mbox series

[bug#63873,2/2] gnu: b4: Update to 0.12.2.

Message ID 33cb3724e8e0e0a7f53a7a1925ac9532c334e926.1685800921.git.dev@jpoiret.xyz
State New
Headers show
Series [bug#63874,1/2] gnu: git-filter-repo: Update to 2.38.0 and generate documentation. | expand

Commit Message

Josselin Poiret June 3, 2023, 2:02 p.m. UTC
From: Josselin Poiret <dev@jpoiret.xyz>

* gnu/packages/version-control.scm (b4): Update to 0.12.2.
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Josselin Poiret June 3, 2023, 2:06 p.m. UTC | #1
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 <dev@jpoiret.xyz> writes:

> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * 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
>
Arun Isaac June 5, 2023, 10:59 p.m. UTC | #2
> Well, sent with `mumi send-email origin/master`, didn't go too well (I
> guess mumi thought this would only be one mail?).

Indeed, `mumi send-email' doesn't know anything about refs. I'll hack on
this in the coming week.
Ludovic Courtès July 1, 2023, 2:38 p.m. UTC | #3
Josselin Poiret <dev@jpoiret.xyz> skribis:

> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/version-control.scm (b4): Update to 0.12.2.

LGTM!
diff mbox series

Patch

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