guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: linux-libre@4.9: Update to 4.9.235.


From: guix-commits
Subject: 02/06: gnu: linux-libre@4.9: Update to 4.9.235.
Date: Thu, 3 Sep 2020 14:10:17 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit a0aa0b6be8e6c321829e68b3ae885a203b89c769
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Thu Sep 3 13:54:18 2020 -0400

    gnu: linux-libre@4.9: Update to 4.9.235.
    
    * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.235.
    (linux-libre-4.9-pristine-source): Update hash.
    (deblob-scripts-4.9): Update to 4.9.235.
---
 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 bb7c068..76bd4d7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -232,7 +232,7 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
 
 (define deblob-scripts-4.9
   (linux-libre-deblob-scripts
-   "4.9.234"
+   "4.9.235"
    (base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg")
    (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2")))
 
@@ -415,10 +415,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.14)))
 
-(define-public linux-libre-4.9-version "4.9.234")
+(define-public linux-libre-4.9-version "4.9.235")
 (define-public linux-libre-4.9-pristine-source
   (let ((version linux-libre-4.9-version)
-        (hash (base32 "1qw26x2qc29yr094c7scw68m9yz4j0b2c4f92rvi3s31s928avvm")))
+        (hash (base32 "1hqcb3zw4546h6x5xy2mywdznha8813lx15mxbgfbvwm4qhsc9g6")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.9)))



reply via email to

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