guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: linux-libre 5.10: Update to 5.10.42.


From: guix-commits
Subject: 02/07: gnu: linux-libre 5.10: Update to 5.10.42.
Date: Thu, 3 Jun 2021 22:44:56 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit f23d5340c2f54c1449f853355b93cc19c5396210
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jun 3 16:10:48 2021 -0400

    gnu: linux-libre 5.10: Update to 5.10.42.
    
    * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.42.
    (linux-libre-5.10-pristine-source): Update hash.
    (deblob-scripts-5.10): Update hash.
---
 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 c2e2fc2..688924b 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -372,15 +372,15 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
 ;; The "longterm" kernels — the older releases with long-term upstream support.
 ;; Here are the support timelines:
 ;; <https://www.kernel.org/category/releases.html>
-(define-public linux-libre-5.10-version "5.10.41")
+(define-public linux-libre-5.10-version "5.10.42")
 (define deblob-scripts-5.10
   (linux-libre-deblob-scripts
    linux-libre-5.10-version
    (base32 "1rmnx1px4sizs2lq831yd2g9dyflg0vmykz3cv9443x2a2vwy81f")
-   (base32 "0hh27ccqimagr3aij7ygwikxw66y63sqwd0xlf49bhpjd090r9a7")))
+   (base32 "1zsr02zmpx3968277sy8pfs2mdlgh86ifymwyj0r56wnhzf5q6hk")))
 (define-public linux-libre-5.10-pristine-source
   (let ((version linux-libre-5.10-version)
-        (hash (base32 "0wb739q7dha8nxkd72x42k4in5nw633yw065ppwc8rq7x2fpa17n")))
+        (hash (base32 "1r86v6q7ml7zv001f25w3h667nqqy39439s94vnqsyyn7g3jg84b")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.10)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]