guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: grub: Update to 2.0.2.


From: Leo Famulari
Subject: 01/01: gnu: grub: Update to 2.0.2.
Date: Sun, 7 May 2017 19:26:26 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 3586a3e9a9b0c71b11c47ff63279b2e8a24b5704
Author: Leo Famulari <address@hidden>
Date:   Fri Apr 21 15:03:53 2017 -0400

    gnu: grub: Update to 2.0.2.
    
    * gnu/packages/bootloaders.scm (grub): Update to 2.0.2.
    [source]: Fetch source using the GNU mirror and use upstream file-name.
---
 gnu/packages/bootloaders.scm | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]