aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-02-02 17:51:48 -0500
committerLeo Famulari <leo@famulari.name>2025-02-03 16:21:21 -0500
commit637031267640575315670276e42e0ef7473fbae0 (patch)
treeb02619ff22172fbd8bbd4201c2c9eb3fbcfe6713
parentf33cbeeb54e518905bd5ef191d059bf9f64c5d7c (diff)
downloadguix-637031267640575315670276e42e0ef7473fbae0.tar.gz
guix-637031267640575315670276e42e0ef7473fbae0.zip
gnu: linux-libre 5.10: Update to 5.10.234.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.234. (linux-libre-5.10-pristine-source): Update hash. Change-Id: Ic6d02a2cc48e4424d9126f43269542e15c4f139a
-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 0fbe8fe0d4..6a432acb85 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -577,7 +577,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.233")
+(define-public linux-libre-5.10-version "5.10.234")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -587,7 +587,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "14jdl5rk3w7h97svl6j6ngbywj5qixmpv6ifhqkzjxpp07xngvs4")))
(define-public linux-libre-5.10-pristine-source
(let ((version linux-libre-5.10-version)
- (hash (base32 "0lkz2g8r032f027j3gih3f7crx991mrpng9qgqc5k4cc1wl5g7i3")))
+ (hash (base32 "1rgb4v6dvqlw1mgzsli0hxaj2d5d4m1nylgcrwm4bkpiwbzc95wm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))