guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: linux-libre@5.7: Update to 5.7.12.


From: guix-commits
Subject: 01/02: gnu: linux-libre@5.7: Update to 5.7.12.
Date: Sat, 1 Aug 2020 00:08:11 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 3653ca690e843309b0eccf32bd450adc0088c8de
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Sat Aug 1 00:05:21 2020 -0400

    gnu: linux-libre@5.7: Update to 5.7.12.
    
    * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.12.
    (linux-libre-5.7-pristine-source): Update hash.
    (deblob-scripts-5.7): Update to 5.7.12.
---
 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 fc7a9e4..9825f84 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -204,7 +204,7 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
 
 (define deblob-scripts-5.7
   (linux-libre-deblob-scripts
-   "5.7.11"
+   "5.7.12"
    (base32 "1gharhw104wxp9dxjkzzvsqc2xn44mc9yvacc3v7jh7b6bb0a64a")
    (base32 "1n198gx18rxc7xflgiwya43inkwayc91pgb129kngfza8sm6v8ks")))
 
@@ -379,10 +379,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
     (sha256 hash)))
 
 
-(define-public linux-libre-5.7-version "5.7.11")
+(define-public linux-libre-5.7-version "5.7.12")
 (define-public linux-libre-5.7-pristine-source
   (let ((version linux-libre-5.7-version)
-        (hash (base32 "1wb0xm9srkrzrrs6zi7ydykyiwn0247r3z9axf79khqkm8r30ack")))
+        (hash (base32 "022yl5zksq3z4f9czk3hbdfmrw1sbnif7h4m8h09k38rsy4wym3s")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.7)))



reply via email to

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