diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-05-16 16:04:03 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-05-16 16:04:03 +0100 |
commit | 730c106ccc87fedb657ad6c18e80b2431d51d5ff (patch) | |
tree | 5b7d6b86ffb6a25159e05598a8292a15d92d4f42 | |
parent | 88e7c880b4249f325591acaf41be42607bee686d (diff) |
Bump linux version.
-rw-r--r-- | yellowsquid/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/yellowsquid/packages/linux.scm b/yellowsquid/packages/linux.scm index 85d053b..e3ff91a 100644 --- a/yellowsquid/packages/linux.scm +++ b/yellowsquid/packages/linux.scm @@ -2,7 +2,7 @@ #:use-module (guix packages) #:use-module (nongnu packages linux)) -(define %latest-version "5.17.7") +(define %latest-version "5.17.8") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "16ccf7n6fns9z93c65lchn5v3fgl9c5vkr1v6p0c1xifn7v7xxi2"))))) + (base32 "0si34i1hrhbapv1a8xghyvkywij0wgidxhdan23d6y2iqzc62y8i"))))) |