efraim pushed a commit to branch core-updates
in repository guix.

commit e77fe95097145268249302bd5c1f73236ae0f155
Author: Efraim Flashner <[email protected]>
Date:   Thu Feb 9 16:58:31 2017 +0200

    gnu: linux-libre-headers: Update to 4.4.47.
    
    * gnu/packages/linux.scm (linux-libre-headers): Update to 4.4.47.
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e5615c0..e6ac512 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2014, 2015, 2016, 2017 Mark H Weaver <[email protected]>
 ;;; Copyright © 2015 Federico Beffa <[email protected]>
 ;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <[email protected]>
-;;; Copyright © 2015, 2016 Efraim Flashner <[email protected]>
+;;; Copyright © 2015, 2016, 2017 Efraim Flashner <[email protected]>
 ;;; Copyright © 2016 Christopher Allan Webber <[email protected]>
 ;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2016 Alex Kost <[email protected]>
@@ -131,13 +131,13 @@ defconfig.  Return the appropiate make target if 
applicable, otherwise return
 (define-public linux-libre-headers
   (package
     (name "linux-libre-headers")
-    (version "4.4.18")
+    (version "4.4.47")
     (source (origin
              (method url-fetch)
              (uri (linux-libre-urls version))
              (sha256
               (base32
-               "0k8k17in7dkjd9d8zg3i8l1ax466dba6bxw28flxizzyq8znljps"))))
+               "00zdq7swhvzbbnnhzizq6m34q5k4fycpcp215bmkbxh1ic76v7bs"))))
     (build-system gnu-build-system)
     (native-inputs `(("perl" ,perl)))
     (arguments

Reply via email to