guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: linux-libre 4.19: Update to 4.19.177.


From: guix-commits
Subject: 04/07: gnu: linux-libre 4.19: Update to 4.19.177.
Date: Wed, 24 Feb 2021 11:16:35 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 40930841637fcda6c5c55a296491cf973c774084
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Feb 23 13:55:04 2021 -0500

    gnu: linux-libre 4.19: Update to 4.19.177.
    
    * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.177.
    (linux-libre-4.19-pristine-source): Update hash.
    (deblob-scripts-4.19): Use linux-libre-4.19-version.
---
 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 ffff7f3..409ac34 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -395,17 +395,16 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))
 
-(define-public linux-libre-4.19-version "4.19.176")
+(define-public linux-libre-4.19-version "4.19.177")
 (define deblob-scripts-4.19
   (linux-libre-deblob-scripts
-   ;; XXX While linux-libre.fsfla.org is offline, use the cached deblob
-   ;; scripts for the previous version on ci.guix.gnu.org.
-   "4.19.175"
+   linux-libre-4.19-version
    (base32 "02zs405awaxydbapka4nz8h6lmnc0dahgczqsrs5s2bmzjyyqkcy")
    (base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf")))
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "0wv0hb25c5jgw6h3zwbb24mfnn19yr0sgcmk1g2xa6x33g9bihz1")))
+        (hash (base32
+                "0z9m081jg84mzp639ifx3321bpysfs3rpcrsx9mwdsh19rwv63mc")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))



reply via email to

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