diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-07 18:01:05 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-07-07 18:01:05 +0100 |
commit | 543484d9429e9e1dc98d492e78ea93d7e3512012 (patch) | |
tree | 46ea44c702c8c7227f797cdea74f56cb43817f9d | |
parent | 28230985bc16fedce8a0e26434607725f3f6b4fe (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 ccad56c..0d38ef6 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.18.9") +(define %latest-version "5.18.10") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "0g69ylrdb3khjnnz3v4m6xng49fzjlnvxfaqq77krznwrrpy50iq"))))) + (base32 "1qyyfdfp8qn8a6brgly0h72jvz9s0wp2pjyrcpknzvmqvc0kv7pr"))))) |