kkebreau pushed a commit to branch wip-gnome-updates
in repository guix.

commit 9bdd662fbeaeb737ce21b6cd53f11abb63e47f97
Author: Mark H Weaver <[email protected]>
Date:   Thu Nov 7 01:11:41 2019 -0500

    gnu: [email protected]: Update to 4.19.82.
    
    * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.82.
    (linux-libre-4.19-pristine-source): Update hash.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index c1f279f..4d17044 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -363,10 +363,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the 
given DEBLOB-SCRIPTS."
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.3)))
 
-(define-public linux-libre-4.19-version "4.19.81")
+(define-public linux-libre-4.19-version "4.19.82")
 (define-public linux-libre-4.19-pristine-source
   (let ((version linux-libre-4.19-version)
-        (hash (base32 "17g2wiaa7l7mxi72k79drxij2zqk3nsj8wi17bl4nfvb1ypc2gi9")))
+        (hash (base32 "0parrg1ayi677zinkqq8n1bz863s0gj92j3ix67jis2y5in6vnaq")))
     (make-linux-libre-source version
                              (%upstream-linux-source version hash)
                              deblob-scripts-4.19)))

Reply via email to