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.23.


From: Mark H. Weaver
Subject: 01/03: gnu: linux-libre-4.1: Update to 4.1.23.
Date: Thu, 05 May 2016 13:05:19 +0000

mhw pushed a commit to branch master
in repository guix.

commit a82f322b1cc70063a648046963af2129162a7c04
Author: Mark H Weaver <address@hidden>
Date:   Thu May 5 07:56:37 2016 -0400

    gnu: linux-libre-4.1: Update to 4.1.23.
    
    * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.23.
---
 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 aa778be..186c9e7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -354,13 +354,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.22")
+    (version "4.1.23")
     (source (origin
               (method url-fetch)
               (uri (linux-libre-urls version))
               (sha256
                (base32
-                "0bn6qba7q4i3yn3zx2p56gawnb2gczrf4vyrjggirj4d60gvng7y"))))
+                "0f9ilyr05jmc3416sjy3n42zwch2h7mwg9wazaawjwc7905n8yy0"))))
     (native-inputs
      (let ((conf (kernel-config (or (%current-target-system)
                                     (%current-system))



reply via email to

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