summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilko Meyer <w@wmeyer.eu>2024-05-02 21:31:11 +0200
committerLeo Famulari <leo@famulari.name>2024-05-05 23:15:58 -0400
commitef0cf6ae856d95c04dfc58efd9618fcd4cc70b41 (patch)
treed9a30834edb35469c8ca89d39cb322d4c06e011f
parent98e368f6607d918753e5adc16884637c3b387755 (diff)
downloadguix-patches-ef0cf6ae856d95c04dfc58efd9618fcd4cc70b41.tar
guix-patches-ef0cf6ae856d95c04dfc58efd9618fcd4cc70b41.tar.gz
gnu: linux-libre 6.1: Update to 6.1.90.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.90. (linux-libre-6.1-pristine-source): Update hash. Change-Id: Ic1ef7176af2055db78b58458bb9327bce5789d48
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e3f899ea5e..bb0e9495e5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -538,7 +538,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.6)))
-(define-public linux-libre-6.1-version "6.1.89")
+(define-public linux-libre-6.1-version "6.1.90")
(define-public linux-libre-6.1-gnu-revision "gnu")
(define deblob-scripts-6.1
(linux-libre-deblob-scripts
@@ -548,7 +548,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0104m61mqhlmsjjprj51njwbffjcqgjln5bf1wknb6y3iiazl6ng")))
(define-public linux-libre-6.1-pristine-source
(let ((version linux-libre-6.1-version)
- (hash (base32 "06a74sq0isgh9zc6p5cqc64r8k05f1p1w87lx971v3b1jbhbifhj")))
+ (hash (base32 "07cfg0chssvpc4mqls3aln6s4lqjp6k4x2n63wndmkjgfqpdg8w3")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.1)))