[PATCH] gnu: b4: Update to 0.5.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Efraim Flashner
  • Kyle Meyer
Owner
unassigned
Submitted by
Kyle Meyer
Severity
normal

Debbugs page

Kyle Meyer wrote 4 years ago
(address . guix-patches@gnu.org)
20201128051332.30160-1-kyle@kyleam.com
* gnu/packages/version-control.scm (b4): Update to 0.5.3.
---
gnu/packages/version-control.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 29de995665..cf4a1f7f5d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2315,7 +2315,7 @@ (define-public grokmirror
(define-public b4
(package
(name "b4")
- (version "0.5.2")
+ (version "0.5.3")
(source
(origin
(method git-fetch)
@@ -2324,7 +2324,7 @@ (define-public b4
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256
- (base32 "1w11fiyspyncz2m7njrjfylgzch4azi7560ngd8i733wvjjhg3mj"))))
+ (base32 "0bnjs758blll2i70r4qh3khma7dly5lb8s6kzn5a3p54md91s8v5"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; No tests.

base-commit: 1d63445168d0102adf08637ed3be4609a044c9e6
--
2.29.2.576.ga3fc446d84
Efraim Flashner wrote 4 years ago
(name . Kyle Meyer)(address . kyle@kyleam.com)(address . 44918-done@debbugs.gnu.org)
X8P3H4ly4Y6AXJUz@E5400
Thanks. Patch pushed.

--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
-----BEGIN PGP SIGNATURE-----

iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl/D9x8ACgkQQarn3Mo9
g1FpJw//YOvnPvtohdpCzJcJPoCFDFJP2wwYVo+IIVPgmQFtqb4Fd/BHVy4vYRdw
eZxHm5ev4RHqY52u93l1BEiDk2rrcJrJLk2VDs4ROv98f60bSanE5EfGes/V8Kxw
Hjm8safhW5zjCx6w0awSBHSYLLvGlVbhVuN8gpVEuA4Ekt9gMnS83Yv63gmBdH6n
zO9RPlErCz5XXIzzjifzs5ArJz459km7fwCh0MnW8hwwDmMAM0R3tqq/oFofvyXE
+FIhA3jXscFrHcd0M3AKaz27+oddkOM+DXwqYG6+4A/fmPhEaCNOOwtr5h/YNW2v
uP59ZpdrcoHrxz2fTxyGeFqCROP1NbncXFGmd3yNYaXusE9of+8jHd5HK1OqdwDt
5FHhUt9cG8oUTDXu3EZtkBTHEg+yhrSefijJ3GKpxLLYyQb4WNKL8wwZsj9K3ep5
ZQOpC2N+lwPhF7D7Q9oVZa3wcqhib5gD05jHQNAE+uEvb+eTMMaeUIbJWg/C/Now
+BS4X+ukyuKIfG6IU7bCzF+h39QPShEbUeXTlQUCcYiMrEyIN7y4GHY1Qu5X9ggI
zNJ1QM9VU0Kcg0IhRuXbnV1J/6dE29Hx3ZM23Y8vCm8pLL51zZ2g1qpIs+VpXw7S
idnsNibF2egtHzFfIsVLaV+v0+G9xpp6Z/ItojHKJJI8xYxrmhg=
=C9LZ
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 44918@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 44918
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help