guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 15c952eafbf701787b1682e0aef78583970df55a
Author: Vagrant Cascadian <[email protected]>
AuthorDate: Sat Jul 18 17:32:50 2026 -0700
gnu: linux-libre 7.1: Update to 7.1.4.
* gnu/packages/linux.scm (linux-libre-7.1-version): Update to 7.1.4.
(linux-libre-7.1-pristine-source): Update hash.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e9c7e598a5..ea3f5c669d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -531,7 +531,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
;; The current "mainline" kernel.
-(define-public linux-libre-7.1-version "7.1.3")
+(define-public linux-libre-7.1-version "7.1.4")
(define-public linux-libre-7.1-gnu-revision "gnu")
(define deblob-scripts-7.1
(linux-libre-deblob-scripts
@@ -541,7 +541,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0b44346hhlnx5zgig7ki12v1ks7ghd3q5pvxi4294sh2xysiiw42")))
(define-public linux-libre-7.1-pristine-source
(let ((version linux-libre-7.1-version)
- (hash (base32 "1p6iknvzmd04alrf49zn8mxw863v0yzgznyckfhl4llgx1lc0hdy")))
+ (hash (base32 "0blfl34vi6vlcdjxd7mbhskl2p7i0zpgdy707a7d6xcn24m94qqw")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-7.1)))