diff options
author | Leo Famulari <leo@famulari.name> | 2025-06-05 14:38:05 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2025-06-11 18:21:00 -0400 |
commit | 0ca3f7ea133a29e1480ef831b6fdf46d167b036d (patch) | |
tree | 7938072a88407a6339f44dc3cf26fab79b22596c | |
parent | a7b586baa0e1cc8b4e41bff75183ebc02ea5e4c9 (diff) |
gnu: linux-libre 6.6: Update to 6.6.93.
* gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.93.
(linux-libre-6.6-pristine-source, deblob-scripts-6.6): Update hashes.
Change-Id: Idb45379bcc84102aeb934022d9ef257464d70779
-rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 344ab97661..1f9fd26196 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -548,17 +548,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.12))) -(define-public linux-libre-6.6-version "6.6.92") +(define-public linux-libre-6.6-version "6.6.93") (define-public linux-libre-6.6-gnu-revision "gnu") (define deblob-scripts-6.6 (linux-libre-deblob-scripts linux-libre-6.6-version linux-libre-6.6-gnu-revision (base32 "1fph0cf5vwkxcyz2cay4d70sqw1y02dx3shfclhp9y4nmkk169pq") - (base32 "0qi8hhgl9sk0q56qxaiabwpsw5m3dnxf4sga0yj2lhbnapl60pjj"))) + (base32 "1zzpk2hpv76lylip4j7jkn0jqcjj15h3jff22x22i73mwz2kiqgk"))) (define-public linux-libre-6.6-pristine-source (let ((version linux-libre-6.6-version) - (hash (base32 "1v1pq9yzxrlaxx4y4cj5q3wska0jbv2inc7phqfw70fj88kai0hx"))) + (hash (base32 "06bpg5vvh165znzn01mqab2divrsbznxwc73y44z1s9mjqszyy8d"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.6))) |