unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Kyle Meyer <kyle@kyleam.com>
To: 44918@debbugs.gnu.org
Subject: [bug#44918] [PATCH] gnu: b4: Update to 0.5.3.
Date: Sat, 28 Nov 2020 00:13:32 -0500	[thread overview]
Message-ID: <20201128051332.30160-1-kyle@kyleam.com> (raw)

* gnu/packages/version-control.scm (b4): Update to 0.5.3.
---
 gnu/packages/version-control.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





             reply	other threads:[~2020-11-28  5:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-28  5:13 Kyle Meyer [this message]
2020-11-29 19:31 ` bug#44918: [PATCH] gnu: b4: Update to 0.5.3 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201128051332.30160-1-kyle@kyleam.com \
    --to=kyle@kyleam.com \
    --cc=44918@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).