guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: linux-libre: Update to 4.19.5.


From: guix-commits
Subject: 04/04: gnu: linux-libre: Update to 4.19.5.
Date: Tue, 27 Nov 2018 22:51:03 -0500 (EST)

mhw pushed a commit to branch master
in repository guix.

commit f04a5391690c69c3721117c082f682f83c550015
Author: Mark H Weaver <address@hidden>
Date:   Tue Nov 27 22:47:24 2018 -0500

    gnu: linux-libre: Update to 4.19.5.
    
    * gnu/packages/linux.scm (%linux-libre-version): Update to 4.19.5.
    (%linux-libre-hash): Update hash.
    (%linux-libre-4.19-patches): Rename patch (4.18 -> 4.19).
---
 gnu/packages/linux.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0e96c03..28e2c73 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -406,8 +406,8 @@ It has been modified to remove all non-free binary blobs.")
 ;; supports qemu "virt" machine and possibly a large number of ARM boards.
 ;; See : https://wiki.debian.org/DebianKernel/ARMMP.
 
-(define %linux-libre-version "4.19.4")
-(define %linux-libre-hash 
"0m5k14a89bf5avr3kdh3909qjfnd051fbsb0v7a52d54dkg2nbp6")
+(define %linux-libre-version "4.19.5")
+(define %linux-libre-hash 
"1ailss05c3p9aw2ysv75kj9j7qk04rc0cn9y9dk6fmjhnbnw9abm")
 
 (define %linux-libre-4.19-patches
   (list %boot-logo-patch
@@ -418,7 +418,7 @@ It has been modified to remove all non-free binary blobs.")
                 "/raw/34a7d9011fcfcfa38b68282fd2b1a8797e6834f0"
                 "/debian/patches/bugfix/arm/"
                 "arm-mm-export-__sync_icache_dcache-for-xen-privcmd.patch"))
-          (file-name "linux-libre-4.18-arm-export-__sync_icache_dcache.patch")
+          (file-name "linux-libre-4.19-arm-export-__sync_icache_dcache.patch")
           (sha256
            (base32 "1ifnfhpakzffn4b8n7x7w5cps9mzjxlkcfz9zqak2vaw8nzvl39f")))))
 



reply via email to

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