guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: linux-libre@5.4: Update to 5.4.59.


From: guix-commits
Subject: 02/04: gnu: linux-libre@5.4: Update to 5.4.59.
Date: Wed, 19 Aug 2020 19:37:44 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 95ff922c3ed0136b10462d73eb2c18864fc98faa
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Wed Aug 19 19:33:00 2020 -0400

    gnu: linux-libre@5.4: Update to 5.4.59.
    
    * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.59.
    (linux-libre-5.4-pristine-source): Update hash.
    (deblob-scripts-5.4): Update to 5.4.59.
---
 gnu/packages/linux.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ca21f95..2ec9c2c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -216,9 +216,9 @@ defconfig.  Return the appropriate make target if 
applicable, otherwise return
 
 (define deblob-scripts-5.4
   (linux-libre-deblob-scripts
-   "5.4.57"
+   "5.4.59"
    (base32 "0ckxn7k5zgcqk30dq943bnamr6a6zjbw2aqjl3x30f4kvh5f6k25")
-   (base32 "10qb890is4z58vr8czh3xx69q62l3b3j38y410kgiw8nii3zx5lr")))
+   (base32 "1b3q88i2qfdxyvpi9f7jds0qlb8hfpw87mgia096ax6822c2cmyb")))
 
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
@@ -401,10 +401,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.58")
+(define-public linux-libre-5.4-version "5.4.59")
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0iqnn98hj3lq1avlrbjv9qdyfwffv01vd0a465xkhxck26py4bvh")))
+        (hash (base32 "1zdjqkm6sniy718dgqzbc1w1sgwpy2x64n1p91cjwps3wjr9vjwv")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))



reply via email to

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