diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-10-13 17:10:29 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-10-13 17:10:29 +0100 |
commit | b19256c919721a9334f5c58f1a0d6578d70c2470 (patch) | |
tree | 60ae4eca015205f73f5d31b9192a4d20548bed78 | |
parent | 373969e87459b3d55ee3af2a670d554268da314c (diff) |
linux-latest: upgrade to 6.0.1
-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 5f123e2..f451ec3 100644 --- a/yellowsquid/packages/linux.scm +++ b/yellowsquid/packages/linux.scm @@ -9,7 +9,7 @@ #:use-module (nongnu packages linux) #:use-module (yellowsquid packages)) -(define %latest-version "5.19.11") +(define %latest-version "6.0.1") (define-public linux-latest (package @@ -18,7 +18,7 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "0wyrwdqm4dypx2jbb7d8c3b7fl7q5j434d6g9x2v6sw01gwx4m2m"))))) + (base32 "1yg8ax4nj2ffb29i4phkhvq7z8zgsj08gi70gzra07imd5d79plf"))))) (define-public linuxconsole-tools (package |