all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#26330: [PATCH] core-updates linux-libre-4.9
@ 2017-04-01 12:23 Catonano
  2017-04-01 17:34 ` Marius Bakke
  0 siblings, 1 reply; 4+ messages in thread
From: Catonano @ 2017-04-01 12:23 UTC (permalink / raw)
  To: 26330


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

Hello,

in this commit

http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f62acf1eb7ae9f3a582e897abbbfb229f112b31e

linux-libre-4.9 was updated from 4.9.18 to 4.9.19

The downloaded tarball hashes to
1864sbq2r5y7fi26hla9k4avzs6sprkpgwpq8gi0sr39i58z6hnz

but the defined package has
19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g

so if you try to build it, it will fail claiming that the hash is different

[-- Attachment #1.2: Type: text/html, Size: 657 bytes --]

[-- Attachment #2: series.patch --]
[-- Type: text/x-patch, Size: 902 bytes --]

From 386cc24652e2a09c4a74051226dcf7fefeb4dcb8 Mon Sep 17 00:00:00 2001
From: humanitiesNerd <catonano@gmail.com>
Date: Sat, 1 Apr 2017 14:03:31 +0200
Subject: [PATCH] gnu: linux-libre@4.9 fix hash

* gnu/packages/linux.scm (linux-libre-4.9): fix 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 d2dbed424..06b04a0cf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -363,7 +363,7 @@ It has been modified to remove all non-free binary blobs.")
 
 (define-public linux-libre-4.9
   (make-linux-libre "4.9.19"
-                    "19x6hasx7pvrjj08vy8mhylx1s63j3dwxzgqh4k18jwzjfkv3p3g"
+                    "1864sbq2r5y7fi26hla9k4avzs6sprkpgwpq8gi0sr39i58z6hnz"
                     %intel-compatible-systems
                     #:configuration-file kernel-config))
 
-- 
2.12.0


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

end of thread, other threads:[~2017-04-14 18:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-04-01 12:23 bug#26330: [PATCH] core-updates linux-libre-4.9 Catonano
2017-04-01 17:34 ` Marius Bakke
2017-04-14 18:15   ` Leo Famulari
2017-04-14 18:30     ` Catonano

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.