diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-09-09 12:52:05 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-09-09 12:52:05 +0100 |
commit | 0bcdd54ae6b771eec06365ce96dfcf8b574a874e (patch) | |
tree | 08c85389b328b8b68aede0f244f4a6184b2998ed | |
parent | 921e343b9cdd75dd2796607fc6759851a0d6fc47 (diff) |
linux-latest: upgrade to 5.19.8.
-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 2a47add..6ec114e 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.19.7") +(define %latest-version "5.19.8") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "17qr061b617g64s60svw7lf9s5vn5zwd1y96cwckjpr5shcn1fxq"))))) + (base32 "1kl7fifsa6vsm34xg3kd2svhx18n771hfj67nhwnlalmb9whhqv1"))))) |