summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2022-06-14 22:11:38 -0400
committerLeo Famulari <leo@famulari.name>2022-06-17 18:56:58 -0400
commitf0af475b7e5e258e860618ca65634e2cf38c9b85 (patch)
tree5b2f4f5168a19191253128c4eaa5cc086b876948
parentbd601a68b8bb4cbba2ca035c0c506d941b4472af (diff)
downloadguix-patches-f0af475b7e5e258e860618ca65634e2cf38c9b85.tar
guix-patches-f0af475b7e5e258e860618ca65634e2cf38c9b85.tar.gz
gnu: linux-libre 5.10: Update to 5.10.122.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.122. (linux-libre-5.10-pristine-source): Update hash.
-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 c2371e61d8..2e70a6a7c7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -385,7 +385,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.15)))
-(define-public linux-libre-5.10-version "5.10.121")
+(define-public linux-libre-5.10-version "5.10.122")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -395,7 +395,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "1ryfc8fppigssrzz5lfbqgli49cgs3lmf0yh46lpi2k0j2x30qcc")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "1iljaaiwqg30rqb9zxrxc4l1p56q75jf0zvsrmn67z2a12sffi4h")))
+ (hash (base32 "0h0gfi3p1dd4p8xxklrl8sc3rv4xd08q7nv0i4m166w8188v62wj")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))