all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26596: GRUB 2.02~rc2
@ 2017-04-21 20:01 Leo Famulari
  2017-04-22  9:16 ` Marius Bakke
  2017-04-29 16:26 ` Leo Famulari
  0 siblings, 2 replies; 4+ messages in thread
From: Leo Famulari @ 2017-04-21 20:01 UTC (permalink / raw)
  To: 26596


[-- 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 --]

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-04-29 16:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-21 20:01 bug#26596: GRUB 2.02~rc2 Leo Famulari
2017-04-22  9:16 ` Marius Bakke
2017-04-25 18:51   ` Leo Famulari
2017-04-29 16:26 ` Leo Famulari

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.