diff options
author | Mark H Weaver <mhw@netris.org> | 2016-08-24 20:52:19 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-08-24 20:53:09 -0400 |
commit | f2e519ede8517cea3fdc3b12d7bef2dba179e9b6 (patch) | |
tree | 68ac7fda2811a94f78b9d3a37738c21ea7b4d803 /gnu/packages/linux.scm | |
parent | 029bb5a299d62b42ee650f8d83b08a9c0b06acce (diff) | |
download | guix-f2e519ede8517cea3fdc3b12d7bef2dba179e9b6.tar guix-f2e519ede8517cea3fdc3b12d7bef2dba179e9b6.tar.gz |
gnu: linux-libre@4.1: Update to 4.1.31.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.31.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index f99651a773..f3423ee694 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,13 +358,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.30") + (version "4.1.31") (source (origin (method url-fetch) (uri (linux-libre-urls version)) (sha256 (base32 - "0nwmwbskfni3fnbd7v6jh8yfah915zh80xg4g7n38lb66rk3bxvi")))) + "0grffah921k136w1qwcswxv6m810s8q54nr2rk7kyqka3a1b81yw")))) (native-inputs (let ((conf (kernel-config (or (%current-target-system) (%current-system)) |