guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: linux-libre@4.4: Update to 4.4.231.


From: guix-commits
Subject: 01/06: gnu: linux-libre@4.4: Update to 4.4.231.
Date: Thu, 23 Jul 2020 00:39:10 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 90ff53af56722b01cc706da5d4801ff66a39a6b4
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Thu Jul 23 00:19:15 2020 -0400

    gnu: linux-libre@4.4: Update to 4.4.231.
    
    * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.231.
    (linux-libre-4.4-pristine-source): Update hash.
    (linux-libre-4.4-source): Remove %linux-libre-fix-atheros-9271-patch.
    (deblob-scripts-4.4): Update to 4.4.231.
---
 gnu/packages/linux.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index b0077c0..f6c53b5 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -230,7 +230,7 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
 
 (define deblob-scripts-4.4
   (linux-libre-deblob-scripts
-   "4.4.230"
+   "4.4.231"
    (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
    (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf")))
 
@@ -415,10 +415,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.9)))
 
-(define-public linux-libre-4.4-version "4.4.230")
+(define-public linux-libre-4.4-version "4.4.231")
 (define-public linux-libre-4.4-pristine-source
   (let ((version linux-libre-4.4-version)
-        (hash (base32 "1qx74qli8yjc2rkb7kig79c1yv7pfqa8zi1wi0rndn4d4yk62cfa")))
+        (hash (base32 "1c6p5hv18isa328pvpa3qmmsg4qsssf2mwsx3hzn489rb8ycdxp7")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.4)))
@@ -485,8 +485,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given 
DEBLOB-SCRIPTS."
 
 (define-public linux-libre-4.4-source
   (source-with-patches linux-libre-4.4-pristine-source
-                       (list %boot-logo-patch
-                             %linux-libre-fix-atheros-9271-patch)))
+                       (list %boot-logo-patch)))
 
 
 ;;;



reply via email to

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