diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-17 04:09:50 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-17 04:09:50 -0400 |
commit | e5cb98f5cd226602bd92b7f573ec9394ff2802f2 (patch) | |
tree | 9a2df650b1905b6889b03afa1c105e98dcc41a36 /gnu/packages/linux.scm | |
parent | cce92e04701d73c0ab2ed21822f913c99eec2093 (diff) | |
download | guix-e5cb98f5cd226602bd92b7f573ec9394ff2802f2.tar.gz guix-e5cb98f5cd226602bd92b7f573ec9394ff2802f2.zip |
gnu: linux-libre@4.19: Update to 4.19.44.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.44.
(%linux-libre-4.19-hash): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 7c96c8d801..e90badc632 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -440,8 +440,8 @@ It has been modified to remove all non-free binary blobs.") #:patches %linux-libre-5.1-patches #:configuration-file kernel-config)) -(define %linux-libre-4.19-version "4.19.43") -(define %linux-libre-4.19-hash "15lx2igfqazn6v0nzs0y1ii6a0mmwqi9dnivs36a9r2f17l8p6p7") +(define %linux-libre-4.19-version "4.19.44") +(define %linux-libre-4.19-hash "1shxns3b5dm2hq6h59y3pc1ks4x1hbxqcchzncxz53gf2xqyz95i") (define %linux-libre-4.19-patches (list %boot-logo-patch |