diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-11-03 22:36:46 +0000 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-11-03 22:36:46 +0000 |
commit | ec6542615f9a37038b8d115166f9813ed18de94c (patch) | |
tree | 37b0e994ca33b68f08e80db21528b7df52d5a15a | |
parent | 058a545182fa6a19f32add4baca648622a7e4cfd (diff) |
linux-latext: upgrade to 6.0.7.
-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 f451ec3..639492b 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.1") +(define %latest-version "6.0.7") (define-public linux-latest (package @@ -18,7 +18,7 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "1yg8ax4nj2ffb29i4phkhvq7z8zgsj08gi70gzra07imd5d79plf"))))) + (base32 "03srfv33r2vc48h051zicvn9hz78kc08vh7ljzlmcnk0g0mwrnk7"))))) (define-public linuxconsole-tools (package |