all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Leo Famulari <leo@famulari.name>
To: 26596@debbugs.gnu.org
Subject: bug#26596: GRUB 2.02~rc2
Date: Fri, 21 Apr 2017 16:01:53 -0400	[thread overview]
Message-ID: <20170421200153.GB16149@jasmine> (raw)


[-- Attachment #1.1: Type: text/plain, Size: 295 bytes --]

This patch updates GRUB to the latest upstream release, 2.02~rc2.

https://lists.gnu.org/archive/html/grub-devel/2017-03/msg00052.html

According to that release announcement, the GRUB maintainers plan to
release 2.02 any day now!

I'm using it on my x86_64 GuixSD machine without any problems.

[-- Attachment #1.2: 0001-gnu-grub-Update-to-2.02rc2.patch --]
[-- Type: text/plain, Size: 1303 bytes --]

From e2c54d6bbd04e155f6db12b5a8a9ca5c041c4fac Mon Sep 17 00:00:00 2001
From: Leo Famulari <leo@famulari.name>
Date: Fri, 21 Apr 2017 15:03:53 -0400
Subject: [PATCH] gnu: grub: Update to 2.02rc2.

* gnu/packages/bootloaders.scm (grub): Update to 2.02rc2.
---
 gnu/packages/bootloaders.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
index 98afc6a7c..4c2dc5956 100644
--- a/gnu/packages/bootloaders.scm
+++ b/gnu/packages/bootloaders.scm
@@ -63,17 +63,17 @@
 (define-public grub
   (package
     (name "grub")
-    (version "2.02rc1")
+    (version "2.02rc2")
     (source (origin
              (method url-fetch)
              (uri (string-append
                    "ftp://alpha.gnu.org/gnu/grub/grub-"
-                   "2.02~rc1"
+                   "2.02~rc2"
                    ".tar.xz"))
              (file-name (string-append name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0y02v19x9sb5jvj740f604vvi5j1rx8pily1jk0l64bdp7lkjlj4"))))
+               "0in25wbzmrbw11w3ncnxbci7gnggw4aypx5sl7sy8cv76szgqfq5"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases (modify-phases %standard-phases
-- 
2.12.2


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

             reply	other threads:[~2017-04-21 20:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-21 20:01 Leo Famulari [this message]
2017-04-22  9:16 ` bug#26596: GRUB 2.02~rc2 Marius Bakke
2017-04-25 18:51   ` Leo Famulari
2017-04-29 16:26 ` Leo Famulari

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

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

  git send-email \
    --in-reply-to=20170421200153.GB16149@jasmine \
    --to=leo@famulari.name \
    --cc=26596@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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.