diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-20 15:30:44 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-20 15:34:12 -0400 |
commit | 7cbbee4a852dec058e2f103a6b612dd0bed450e5 (patch) | |
tree | b0c2ec73491635cfdc65f2f5c86a3facd33ac405 /gnu | |
parent | c62d0e678f6bd4e13ec87f4376c18b9f3db308ee (diff) | |
download | gnu-guix-7cbbee4a852dec058e2f103a6b612dd0bed450e5.tar gnu-guix-7cbbee4a852dec058e2f103a6b612dd0bed450e5.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.107.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.107.
(%linux-libre-4.14-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 86f85f62ac..6bfa7c782a 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -443,8 +443,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.106") -(define %linux-libre-4.14-hash "18m8yvdg12k01a7nmy8rv44vavmjmlaqc11xh2cczpib1m6sfk1k") +(define %linux-libre-4.14-version "4.14.107") +(define %linux-libre-4.14-hash "19i17b8sjjvi99vya1vncjalysdy027hp35rrla68gjs28dyas7r") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |