lfam pushed a commit to branch master
in repository guix.
commit a23342e11a10d3c34b3127fae81d9939cd8d886e
Author: Wilko Meyer <[email protected]>
AuthorDate: Fri Jan 26 16:37:32 2024 +0100
gnu: linux-libre 5.10: Update to 5.10.209.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.209.
(linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Signed-off-by: Leo Famulari <[email protected]>
Change-Id: Ic5f80481d3eb0d4cada0c4ead247db07351a0908
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 24106ba595..9790adc5ae 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -561,17 +561,17 @@ 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.208")
+(define-public linux-libre-5.10-version "5.10.209")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
linux-libre-5.10-version
linux-libre-5.10-gnu-revision
(base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
- (base32 "0zmmqj5gyiy2q81f199c29b14isfiqbvl87y72k14yy0q5398276")))
+ (base32 "12csh2zyjrqzgqcv799gv8h4xaw1irxh2zqddn4jqp5p7psx4j5k")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "0vpvy47cmcinhs76cjl2n81zrlhbqgpi4v29izn2hzsl15x189ch")))
+ (hash (base32 "1mc8rssk5aypgb58jz6i2bbflfr6qh1kgqpam0k8fqvwcjnjzqj4")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))