diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-11-25 10:40:40 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-11-25 10:40:40 +0000 |
commit | f03db23e39c94f955be30b1dea6ac4bd04bb8d82 (patch) | |
tree | d7016735dc2174dbbe5a93f2344a4bb59c6b1454 | |
parent | e580610e54a8bf76133fa6bc6ebdc7fe0fa07caf (diff) |
linux-latest: upgrade to 6.0.9.
-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 639492b..55e380c 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 "6.0.7") +(define %latest-version "6.0.9") (define-public linux-latest (package @@ -18,7 +18,7 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "03srfv33r2vc48h051zicvn9hz78kc08vh7ljzlmcnk0g0mwrnk7"))))) + (base32 "1irip1yk62carcisxlacwcxsiqib4qswx6h5mfhv8f97x04a4531"))))) (define-public linuxconsole-tools (package |