me
/
guix
Archived
1
0
Fork 0

gnu: linux-libre-4.1: Update to 4.1.23.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.23.
master
Mark H Weaver 2016-05-05 07:56:37 -04:00
parent 86670ca4b7
commit a82f322b1c
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516
1 changed files with 2 additions and 2 deletions

View File

@ -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))