diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2022-05-11 14:53:11 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2022-05-11 14:53:11 +0100 |
commit | cd016a81b53285900d6f136fa5a5790c32aed52d (patch) | |
tree | f0d5601e26584a9d142fb17fbb10b58b13741737 | |
parent | b22a33cf0ca8896de37f8636f02d8a84111d2465 (diff) |
Bump linux version.
-rw-r--r-- | yellowsquid/packages/linux.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/yellowsquid/packages/linux.scm b/yellowsquid/packages/linux.scm index ff3f3b5..e3890e2 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.17.5") +(define %latest-version "5.17.6") (define-public linux-latest (package @@ -11,6 +11,4 @@ (version %latest-version) (source ((@@ (gnu packages linux) %upstream-linux-source) %latest-version - (base32 "11z95wsgmj97pg77yck26l0383gncbla0zwpzv4gjdj4p62x3g4v"))))) - -linux-latest + (base32 "035i9i0gg3fxi5ighjrya97592sk0i4xagra6a8m8nxyh21z3k34"))))) |