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.230.


From: guix-commits
Subject: 01/06: gnu: linux-libre@4.4: Update to 4.4.230.
Date: Thu, 9 Jul 2020 17:05:06 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 27f976f4c0470b18dda39b88d23675c29ac4a991
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Thu Jul 9 16:36:31 2020 -0400

    gnu: linux-libre@4.4: Update to 4.4.230.
    
    * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.230.
    (linux-libre-4.4-pristine-source): Update hash.
    (deblob-scripts-4.4): Update to 4.4.230.
---
 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 94d3b37..2e76008 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -228,7 +228,7 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
 
 (define deblob-scripts-4.4
   (linux-libre-deblob-scripts
-   "4.4.213"
+   "4.4.230"
    (base32 "0x2j1i88am54ih2mk7gyl79g25l9zz4r08xhl482l3fvjj2irwbw")
    (base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf")))
 
@@ -413,10 +413,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.229")
+(define-public linux-libre-4.4-version "4.4.230")
 (define-public linux-libre-4.4-pristine-source
   (let ((version linux-libre-4.4-version)
-        (hash (base32 "0crrawivri5i0ks7pg3snfjlxily4aimw5xzbzr5nlnsz0rjwhbq")))
+        (hash (base32 "1qx74qli8yjc2rkb7kig79c1yv7pfqa8zi1wi0rndn4d4yk62cfa")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.4)))



reply via email to

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