diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-22 18:34:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-22 18:34:45 -0400 |
commit | 8b2c8a62c8e6468bdeaa5d85ee20f5f7282fa1f2 (patch) | |
tree | 42f9b8ddad409977b9450c363415d33906ed3c4c | |
parent | 1b321949e21b1543022a5b8af8a84763c694bc98 (diff) | |
download | guix-8b2c8a62c8e6468bdeaa5d85ee20f5f7282fa1f2.tar.gz guix-8b2c8a62c8e6468bdeaa5d85ee20f5f7282fa1f2.zip |
gnu: linux-libre@4.19: Update to 4.19.45.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.45.
(%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 3955eeccef..8320f20a78 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.44") -(define %linux-libre-4.19-hash "1shxns3b5dm2hq6h59y3pc1ks4x1hbxqcchzncxz53gf2xqyz95i") +(define %linux-libre-4.19-version "4.19.45") +(define %linux-libre-4.19-hash "1wiy8vzpzzml4k76nv3ycjx7ky55x7dqx3mgpjqbh73mj2gcr5bx") (define %linux-libre-4.19-patches (list %boot-logo-patch |