guix-patches
[Top][All Lists]
Advanced

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

bug#26707: [PATCH 1/1] gnu: grub: Update to 2.0.2.


From: Marius Bakke
Subject: bug#26707: [PATCH 1/1] gnu: grub: Update to 2.0.2.
Date: Sat, 29 Apr 2017 18:54:28 +0200
User-agent: Notmuch/0.24.1 (https://notmuchmail.org) Emacs/25.2.1 (x86_64-unknown-linux-gnu)

Leo Famulari <address@hidden> writes:

> * gnu/packages/bootloaders.scm (grub): Update to 2.0.2.
> [source]: Fetch source from ftp.gnu.org and use upstream file-name.
> ---
>  gnu/packages/bootloaders.scm | 11 ++++-------
>  1 file changed, 4 insertions(+), 7 deletions(-)
>
> diff --git a/gnu/packages/bootloaders.scm b/gnu/packages/bootloaders.scm
> index 98afc6a7c..951961bd7 100644
> --- a/gnu/packages/bootloaders.scm
> +++ b/gnu/packages/bootloaders.scm
> @@ -63,17 +63,14 @@
>  (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 "ftp://ftp.gnu.org/gnu/grub/grub-";
> +                                 version ".tar.xz"))

This should probably use mirror://gnu.

>               (sha256
>                (base32
> -               "0y02v19x9sb5jvj740f604vvi5j1rx8pily1jk0l64bdp7lkjlj4"))))
> +               "03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))))
>      (build-system gnu-build-system)
>      (arguments
>       '(#:phases (modify-phases %standard-phases
> -- 
> 2.12.2

Attachment: signature.asc
Description: PGP signature


reply via email to

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