diff options
author | Mark H Weaver <mhw@netris.org> | 2019-03-11 07:14:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-03-11 07:14:01 -0400 |
commit | 32ede5bbf9e9d6b118bf595af9d1ecf4a9693e1a (patch) | |
tree | faf38fbe63c74802d638ebac1c2c58b51a12cb6d /gnu | |
parent | 2206f236796002bb120baf0777d002005fd09a6f (diff) | |
download | guix-32ede5bbf9e9d6b118bf595af9d1ecf4a9693e1a.tar guix-32ede5bbf9e9d6b118bf595af9d1ecf4a9693e1a.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.28.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.28.
(%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 3b7a769fac..e746b0a534 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -428,8 +428,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.0-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.27") -(define %linux-libre-4.19-hash "055n4s4yrkcrwkdsxbf1q1zyxmpabf7kba8d0phpfadian3wr4s0") +(define %linux-libre-4.19-version "4.19.28") +(define %linux-libre-4.19-hash "0j65gp9z3qrygx67mkhm4ri3pj1pz0gdwcdlds2ypg53rh12jc0a") (define %linux-libre-4.19-patches (list %boot-logo-patch |