guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: address@hidden: Fix hash.


From: Mark H. Weaver
Subject: 01/01: gnu: address@hidden: Fix hash.
Date: Wed, 13 Sep 2017 13:00:49 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 921bb359ba0112faf16f40ad5f10745beceb96f2
Author: Mark H Weaver <address@hidden>
Date:   Wed Sep 13 12:55:14 2017 -0400

    gnu: address@hidden: Fix hash.
    
    The linux-libre-4.9.49 tarball on the distribution site was repacked using a
    non-deterministic process, thus changing the tarball hash, although the
    contents of the files in the tarball were not changed.
    
    * gnu/packages/linux.scm (linux-libre-4.9): Update hash.
---
 gnu/packages/linux.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 40d9cf2..aa554ab 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -388,7 +388,7 @@ 
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable-rc.git/patch
 
 (define-public linux-libre-4.9
   (make-linux-libre "4.9.49"
-                    "07k3zn6kqbbyrjmknwvx5d4pnblz9s8sarxym5lgjm8abpvjp347"
+                    "0m0bhhhndfwvfhy3kc3a87qc9vqx9w61sw2zcjppisx4h2pzmfds"
                     %intel-compatible-systems
                     #:configuration-file kernel-config
                     #:patches



reply via email to

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