all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Catonano <catonano@gmail.com>
To: 26330@debbugs.gnu.org
Subject: bug#26330: [PATCH] core-updates linux-libre-4.9
Date: Sat, 1 Apr 2017 14:23:48 +0200	[thread overview]
Message-ID: <CAJ98PDyY=9AbGZtNSF_F0bqh6_C0LKym_KeJGSsT0yCPorRsCQ@mail.gmail.com> (raw)


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


             reply	other threads:[~2017-04-01 12:25 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-01 12:23 Catonano [this message]
2017-04-01 17:34 ` bug#26330: [PATCH] core-updates linux-libre-4.9 Marius Bakke
2017-04-14 18:15   ` Leo Famulari
2017-04-14 18:30     ` Catonano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJ98PDyY=9AbGZtNSF_F0bqh6_C0LKym_KeJGSsT0yCPorRsCQ@mail.gmail.com' \
    --to=catonano@gmail.com \
    --cc=26330@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.