diff options
author | Mark H Weaver <mhw@netris.org> | 2019-01-09 22:57:30 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-01-09 23:00:05 -0500 |
commit | f7ed0b1db5f6823e511c6c6f88be794c7725ff05 (patch) | |
tree | 2743b2fb20680788a3bd6fecc5222cf0db759891 /gnu | |
parent | 166c6ad39c550990ff5905485082b4e6347ed372 (diff) | |
download | guix-f7ed0b1db5f6823e511c6c6f88be794c7725ff05.tar guix-f7ed0b1db5f6823e511c6c6f88be794c7725ff05.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.14.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.14.
(%linux-libre-4.19-hash): Update hash.
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 18bf50981e..d802472c70 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -427,8 +427,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.20-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.13") -(define %linux-libre-4.19-hash "0ac0ywy542fiwdiab2z12rbjn9zw8vjbzkbpmpk9nfic2mcyrg8r") +(define %linux-libre-4.19-version "4.19.14") +(define %linux-libre-4.19-hash "12ihsp3k8gznc1hjvlpy8jdb27ijr3zsvn8wcgr5za18pg5ncjl9") (define %linux-libre-4.19-patches (list %boot-logo-patch |