guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: linux-libre: Update to 5.4.52.


From: guix-commits
Subject: 03/03: gnu: linux-libre: Update to 5.4.52.
Date: Thu, 16 Jul 2020 15:49:00 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 851cc11cd1c28178110ea7db5d528b342e9bc5be
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Thu Jul 16 15:37:05 2020 -0400

    gnu: linux-libre: Update to 5.4.52.
    
    * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.52.
    (linux-libre-5.4-pristine-source): Update hash.
    (linux-libre-5.4-source): Remove %linux-libre-fix-atheros-9271-patch.
---
 gnu/packages/linux.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1eb5ca6..eab48bd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -383,10 +383,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.7)))
 
-(define-public linux-libre-5.4-version "5.4.51")
+(define-public linux-libre-5.4-version "5.4.52")
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "1786l83nwzjazr2rl5fwxpw9dzlggi33nnj9grmp4dnn9j5ym2wy")))
+        (hash (base32 "0fjxx8xpp0v0wwfw6zd5nc21i2r82wzcsy2yyl7w5c90259zlzh3")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
@@ -463,7 +463,6 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
   (source-with-patches linux-libre-5.4-pristine-source
                        (list %boot-logo-patch
                              %linux-libre-arm-export-__sync_icache_dcache-patch
-                             %linux-libre-fix-atheros-9271-patch
                              ;; Pinebook Pro patch from linux-next,
                              ;; can be dropped for linux-libre 5.7
                              (search-patch



reply via email to

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