[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: linux-libre: Update to 5.2.15.
From: |
guix-commits |
Subject: |
02/02: gnu: linux-libre: Update to 5.2.15. |
Date: |
Mon, 16 Sep 2019 08:08:34 -0400 (EDT) |
rhelling pushed a commit to branch master
in repository guix.
commit 489f540b4e625324a7f5009f9fef3160bd2c42fc
Author: Rutger Helling <address@hidden>
Date: Mon Sep 16 14:06:09 2019 +0200
gnu: linux-libre: Update to 5.2.15.
* gnu/packages/linux.scm (linux-libre): Update to 5.2.15.
---
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 148254e..c9baecf 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -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.13")
+(define-public linux-libre-5.2-version "5.2.15")
(define-public linux-libre-5.2-pristine-source
(let ((version linux-libre-5.2-version)
- (hash (base32 "12hpph3iynr22mfwz7745lp01waf2kg579hr56d4pvhx4iahzdhp")))
+ (hash (base32 "0jhc70r2rygm91qifjagg1jgbpjwyyq6m8g1n5iv81l1v84i0mpb")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.2)))