gnu: linux-libre: Update to 5.4.46.
authorMark H Weaver <mhw@netris.org>
Thu, 11 Jun 2020 20:15:35 +0000 (16:15 -0400)
committerMark H Weaver <mhw@netris.org>
Thu, 11 Jun 2020 20:19:38 +0000 (16:19 -0400)
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.46.
(linux-libre-5.4-pristine-source): Update hash.

gnu/packages/linux.scm

index 2ee4edf..0d7f60c 100644 (file)
@@ -378,10 +378,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.45")
+(define-public linux-libre-5.4-version "5.4.46")
 (define-public linux-libre-5.4-pristine-source
   (let ((version linux-libre-5.4-version)
-        (hash (base32 "0bpy2lb3bqmkaqxzdmssgmhbjsys7d3lyfv4x919q0596jgh6gqh")))
+        (hash (base32 "13hvnfdcbcb9a21zizq8d90mc8maxz03zmzsj6iqsjd2y7r4y1rh")))
    (make-linux-libre-source version
                             (%upstream-linux-source version hash)
                             deblob-scripts-5.4)))