unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Danny Milosavljevic <dannym@scratchpost.org>
To: 41816@debbugs.gnu.org
Cc: Danny Milosavljevic <dannym@scratchpost.org>
Subject: [bug#41816] [PATCH 2/4] gnu: busybox: Update to 1.31.1.
Date: Thu, 11 Jun 2020 23:08:46 +0200	[thread overview]
Message-ID: <20200611210848.28784-2-dannym@scratchpost.org> (raw)
In-Reply-To: <20200611210848.28784-1-dannym@scratchpost.org>

* gnu/packages/busybox.scm (busybox): Update to 1.31.1.
---
 gnu/packages/busybox.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/busybox.scm b/gnu/packages/busybox.scm
index 0d692c6586..61a382e854 100644
--- a/gnu/packages/busybox.scm
+++ b/gnu/packages/busybox.scm
@@ -32,7 +32,7 @@
 (define-public busybox
   (package
     (name "busybox")
-    (version "1.29.3")
+    (version "1.31.1")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -40,7 +40,7 @@
                     version ".tar.bz2"))
               (sha256
                (base32
-                "1dzg45vgy2w1xcd3p6h8d76ykhabbvk1h0lf8yb24ikrwlv8cr4p"))))
+                "1659aabzp8w4hayr4z8kcpbk2z1q2wqhw7i1yb0l72b45ykl1yfh"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases




  reply	other threads:[~2020-06-11 21:09 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-11 21:05 [bug#41816] [PATCH 0/4] Fix busybox Danny Milosavljevic
2020-06-11 21:08 ` [bug#41816] [PATCH 1/4] gnu: busybox: Make build reproducible Danny Milosavljevic
2020-06-11 21:08   ` Danny Milosavljevic [this message]
2020-06-11 21:08   ` [bug#41816] [PATCH 3/4] gnu: busybox: Fix build with new glibc Danny Milosavljevic
2020-06-11 21:08   ` [bug#41816] [PATCH 4/4] gnu: busybox: Fix test Danny Milosavljevic
2020-06-14 11:06   ` bug#41816: [PATCH 0/4] Fix busybox Danny Milosavljevic
2020-06-14 10:31 ` [bug#41816] " Efraim Flashner
2020-06-14 10:37 ` Mathieu Othacehe

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=20200611210848.28784-2-dannym@scratchpost.org \
    --to=dannym@scratchpost.org \
    --cc=41816@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).