diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-08-12 12:02:39 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-08-12 12:02:39 +0100 |
commit | 111924ed2f62f6bab3365935a17a667ac01ad1b1 (patch) | |
tree | 7c058e6850e66c60a9e1b66db1859a1235f1fd35 | |
parent | 3cdddb7f05a5fa2c9b0bcefb158fa38632276b8e (diff) |
linux-latest: Upgrade to 5.19.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 36eacaf..ee3f796 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") +(define %latest-version "5.19.1") (define-public linux-latest (package @@ -11,4 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "1a05a3hw4w3k530mxhns96xw7hag743xw5w967yazqcykdbhq97z"))))) + (base32 "0mgak94i4z9s1kdyw211ks4si4ngaii71xdiin06pim2ds97pqpl"))))) |