guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 02/02: gnu: linux-libre@4.9: Update to 4.9.233.
Date: Fri, 21 Aug 2020 21:48:07 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 1bdc6f127ff679c955b44e6cd438ce93a09f4e03
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Fri Aug 21 21:45:50 2020 -0400

    gnu: linux-libre@4.9: Update to 4.9.233.
    
    * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.233.
    (linux-libre-4.9-pristine-source): Update hash.
    (deblob-scripts-4.9): Update to 4.9.232.
---
 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 6051086..cf7a1dc 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -238,7 +238,7 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
 
 (define deblob-scripts-4.9
   (linux-libre-deblob-scripts
-   "4.9.231"
+   "4.9.232"
    (base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg")
    (base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2")))
 
@@ -429,10 +429,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.232")
+(define-public linux-libre-4.9-version "4.9.233")
 (define-public linux-libre-4.9-pristine-source
   (let ((version linux-libre-4.9-version)
-        (hash (base32 "0q2gpkazfw93r79aq21kv1y3hwxawl0swyvd3nd73p254gl75x2q")))
+        (hash (base32 "19dcwylhy5iqq3dmppqf7s9wy9d16m103djn1n183c9acnqclv9a")))
     (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]