[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: linux-libre 6.0: Update to 6.0.17.
From: |
guix-commits |
Subject: |
02/03: gnu: linux-libre 6.0: Update to 6.0.17. |
Date: |
Thu, 5 Jan 2023 20:02:59 -0500 (EST) |
lfam pushed a commit to branch kernel-updates
in repository guix.
commit b4d6a3d35359ca960e010c4d5666d8ad66b858e1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jan 5 19:58:29 2023 -0500
gnu: linux-libre 6.0: Update to 6.0.17.
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.17.
(linux-libre-6.0-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 7dbcf8624c..6f2e1926ce 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -495,7 +495,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
-(define-public linux-libre-6.0-version "6.0.16")
+(define-public linux-libre-6.0-version "6.0.17")
(define-public linux-libre-6.0-gnu-revision "gnu")
(define deblob-scripts-6.0
(linux-libre-deblob-scripts
@@ -505,7 +505,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "16g2bin3xay30zfss1vlb7pwcss5giaxaksp4v1gk05wn51wjrqr")))
(define-public linux-libre-6.0-pristine-source
(let ((version linux-libre-6.0-version)
- (hash (base32 "1r2wf3hf7yxl7lxma7plyi8pk3dmlsrpm763rf0g1h8ilsy72844")))
+ (hash (base32 "020xrv9449gd0jnfgi0sb69bgs2p9sd49dghmd3bnnal584r5vm7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-6.0)))