guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: linux-libre-4.1: Update to 4.1.26.


From: Mark H. Weaver
Subject: 01/03: gnu: linux-libre-4.1: Update to 4.1.26.
Date: Fri, 10 Jun 2016 20:41:19 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 08ffddead345c60a5dc1e13a6be61de0a9733a32
Author: Mark H Weaver <address@hidden>
Date:   Fri Jun 10 16:31:50 2016 -0400

    gnu: linux-libre-4.1: Update to 4.1.26.
    
    * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.26.
---
 gnu/packages/linux.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index df69830..5e86ebd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -357,13 +357,13 @@ It has been modified to remove all non-free binary 
blobs.")
 (define-public linux-libre-4.1
   (package
     (inherit linux-libre)
-    (version "4.1.25")
+    (version "4.1.26")
     (source (origin
               (method url-fetch)
               (uri (linux-libre-urls version))
               (sha256
                (base32
-                "1vpgcnmfnn005rcd60wyyg0f84fgapdmz2dpcy77p2l66mw4pakf"))))
+                "1vrqz7z0b9zl6g8nbvz1hb2jhgy5zpnbdwc1v3zc4wjc35i2c4i4"))))
     (native-inputs
      (let ((conf (kernel-config (or (%current-target-system)
                                     (%current-system))



reply via email to

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