gnu: linux-libre: Update to 5.2.7.
authorMark H Weaver <mhw@netris.org>
Wed, 7 Aug 2019 04:26:39 +0000 (00:26 -0400)
committerMark H Weaver <mhw@netris.org>
Wed, 7 Aug 2019 04:28:32 +0000 (00:28 -0400)
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.7.
(linux-libre-5.2-pristine-source)[hash]: Update hash.

gnu/packages/linux.scm

index 8f9fb57..a5b9f6b 100644 (file)
@@ -350,10 +350,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
                         "linux-" version ".tar.xz"))
     (sha256 hash)))
 
-(define-public linux-libre-5.2-version "5.2.6")
+(define-public linux-libre-5.2-version "5.2.7")
 (define-public linux-libre-5.2-pristine-source
   (let ((version linux-libre-5.2-version)
-        (hash (base32 "1whzgdz1wnjzkb78yqz4xs3mad02rv17ksmwaf4ykp4lfgxml45y")))
+        (hash (base32 "1aazhf0v8bv4py0wnqkdmiy80fchnix431l0hda2fkwsdf9njgnv")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.2)))