diff options
author | Mark H Weaver <mhw@netris.org> | 2016-01-11 19:08:15 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2016-01-11 19:13:37 -0500 |
commit | 6b0d24b17cee1e4d0697c6ebf57be0a5cfb1075e (patch) | |
tree | 757cbd9acc458ee42a4c3bfe1475218e1be7d63a /gnu/packages/linux.scm | |
parent | 81f3e0c1f3c8b0a591daf82c86d2a41063ae3c68 (diff) | |
download | guix-6b0d24b17cee1e4d0697c6ebf57be0a5cfb1075e.tar.gz |
gnu: linux-libre: Update to 4.4.
* gnu/packages/linux.scm (linux-libre): Update to 4.4. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: Update from <https://jxself.org/git/kernel-configs.git>.
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 a79260124c..779b9c85b8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -211,7 +211,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." #f))) (define-public linux-libre - (let* ((version "4.3.3") + (let* ((version "4.4") (build-phase '(lambda* (#:key system inputs #:allow-other-keys #:rest args) ;; Apply the neat patch. @@ -285,7 +285,7 @@ for SYSTEM, or #f if there is no configuration for SYSTEM." (uri (linux-libre-urls version)) (sha256 (base32 - "1z43kzs1pzwq5mkyh7zk8nq38sxlswp65824v54dzwngyc252a18")))) + "1839xsaifs7vvyblzin8jps0gqi10xmz1l9p4x0j27vmdj39jgpm")))) (build-system gnu-build-system) (supported-systems '("x86_64-linux" "i686-linux")) (native-inputs `(("perl" ,perl) |