guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: linux-libre@5.7: Update to 5.7.9.


From: guix-commits
Subject: 02/03: gnu: linux-libre@5.7: Update to 5.7.9.
Date: Thu, 16 Jul 2020 15:48:59 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit d269422ec1e96cd2d40bd0c797440c56a3313bc4
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Thu Jul 16 15:35:59 2020 -0400

    gnu: linux-libre@5.7: Update to 5.7.9.
    
    * gnu/packages/linux.scm (linux-libre-5.7-version): Update to 5.7.9.
    (linux-libre-5.7-pristine-source): Update hash.
    (linux-libre-5.7-source): Remove %linux-libre-fix-atheros-9271-patch.
---
 gnu/packages/linux.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 7750627..1eb5ca6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -375,10 +375,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
     (sha256 hash)))
 
 
-(define-public linux-libre-5.7-version "5.7.8")
+(define-public linux-libre-5.7-version "5.7.9")
 (define-public linux-libre-5.7-pristine-source
   (let ((version linux-libre-5.7-version)
-        (hash (base32 "1ijdhjik5hlaj8w32qf5x4gigf2aa6xkg68hckm5h1s0isw7gddg")))
+        (hash (base32 "1y231c3lf94lgnnn8bzi2yfx40h4xsli2hq0kaxdd744lxk30zd8")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.7)))
@@ -457,8 +457,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
 (define-public linux-libre-5.7-source
   (source-with-patches linux-libre-5.7-pristine-source
                        (list %boot-logo-patch
-                             %linux-libre-arm-export-__sync_icache_dcache-patch
-                             %linux-libre-fix-atheros-9271-patch)))
+                             
%linux-libre-arm-export-__sync_icache_dcache-patch)))
 
 (define-public linux-libre-5.4-source
   (source-with-patches linux-libre-5.4-pristine-source



reply via email to

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