diff options
author | Mark H Weaver <mhw@netris.org> | 2018-04-21 03:02:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2018-04-21 03:02:57 -0400 |
commit | 3fe49e50153fec1dabac35e262a0888044f79aa6 (patch) | |
tree | ffc2ed629ea7d591073413174367a02bee8a3534 /gnu | |
parent | 9a5884023543e2ff6f421c766883ee467d3f2537 (diff) | |
download | guix-3fe49e50153fec1dabac35e262a0888044f79aa6.tar guix-3fe49e50153fec1dabac35e262a0888044f79aa6.tar.gz |
gnu: linux-libre@4.9: Update to 4.9.95.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.95.
Diffstat (limited to 'gnu')
-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 cf51a68e1f..e28f09fda9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -410,8 +410,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.9 - (make-linux-libre "4.9.94" - "1ff6g1pq16l95bpw4bfagdg4dd49mgfrg9z7l7s6r9z7qp14cd7m" + (make-linux-libre "4.9.95" + "06i756gbglxa2m4lib4p0fff5m2fm4s6f9aqc58i8lihnjqpkldk" %intel-compatible-systems #:configuration-file kernel-config)) |