aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-11-20 19:28:02 -0500
committerLeo Famulari <leo@famulari.name>2024-11-24 12:46:38 -0500
commit275259d8d4675066334834399a140b46d46e3358 (patch)
tree508f7aa70c7732973580af3fe05a8fcddd948955
parenta6b9be02b29f93e0b696efcc1a433bae00b800c1 (diff)
downloadguix-275259d8d4675066334834399a140b46d46e3358.tar.gz
guix-275259d8d4675066334834399a140b46d46e3358.zip
gnu: linux-libre 5.10: Update to 5.10.230.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.230. (linux-libre-5.10-pristine-source): Update hash. Change-Id: I041153e10a9c5b3f7dfb2472dcccb1b0f2e81725
-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 23876dc250..f6ac912d71 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -576,7 +576,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.229")
+(define-public linux-libre-5.10-version "5.10.230")
(define-public linux-libre-5.10-gnu-revision "gnu1")
(define deblob-scripts-5.10
(linux-libre-deblob-scripts
@@ -586,7 +586,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 "1q6di05rk4bsy91r03zw6vz14zzcpvv25dv7gw0yz1gzpgkbb9h8")))
+ (hash (base32 "0isbb0ixqg4yzlh3lmdvnax4m1ikf2q4wk0b9vgqc63p7gpm066d")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.10)))