diff options
author | Mark H Weaver <mhw@netris.org> | 2019-06-25 19:06:59 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-06-25 19:06:59 -0400 |
commit | a579f93197bcbecce36be621e0b7b5d2177e7e75 (patch) | |
tree | 73e0a102020c754738ac78c9f0b12d36abb2bcaf | |
parent | f6d78ff9b65291cd504d19e396c8312cd46cadc8 (diff) | |
download | gnu-guix-a579f93197bcbecce36be621e0b7b5d2177e7e75.tar gnu-guix-a579f93197bcbecce36be621e0b7b5d2177e7e75.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.56.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.56.
(%linux-libre-4.19-hash): Update hash.
-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 b12293797c..9bfdd1c6db 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -448,8 +448,8 @@ It has been modified to remove all non-free binary blobs.") (make-linux-libre-headers %linux-libre-version %linux-libre-hash)) -(define %linux-libre-4.19-version "4.19.55") -(define %linux-libre-4.19-hash "12qrd1rzhk0344av0dj9k4fg0i8yfd5n7k5gyw5bmp1y4f5igd59") +(define %linux-libre-4.19-version "4.19.56") +(define %linux-libre-4.19-hash "1zqiic55viy065lhnkmhn33sz3bbbr2ykbm5f92yzd8lpc9zl7yx") (define %linux-libre-4.19-patches (list %boot-logo-patch |