diff options
author | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:34:57 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-04-28 13:34:57 -0400 |
commit | e9ef345508fd8433b4502931ac306d2a561948fb (patch) | |
tree | 301d115fcf8a75ae271ce61746919ec07d91c82f /gnu | |
parent | 4943ddf878b36d33364ff3e98a70951953892b68 (diff) | |
download | guix-e9ef345508fd8433b4502931ac306d2a561948fb.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.37.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.37. (%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 a2e95c08bb..7cd687f588 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -459,8 +459,8 @@ It has been modified to remove all non-free binary blobs.") between the CDemu userspace daemon and linux kernel.") (license license:gpl2+))) -(define %linux-libre-4.19-version "4.19.36") -(define %linux-libre-4.19-hash "0dvwza26spa742iznz7rfgsyl4f07x8i6jh2cv5hma9l9fpqc9pi") +(define %linux-libre-4.19-version "4.19.37") +(define %linux-libre-4.19-hash "0cyw7sgvw0767pvnl2sg6j91az9x80m5pbpqmd1srzl06w2sff2j") (define %linux-libre-4.19-patches (list %boot-logo-patch |