[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: gnu: linux-libre@4.9: Update to 4.9.205.
From: |
guix-commits |
Subject: |
02/03: gnu: linux-libre@4.9: Update to 4.9.205. |
Date: |
Sat, 30 Nov 2019 01:03:23 -0500 (EST) |
mhw pushed a commit to branch master
in repository guix.
commit 45f810214b0f807681a05c37e830e5092c6cd648
Author: Mark H Weaver <address@hidden>
Date: Sat Nov 30 00:59:47 2019 -0500
gnu: linux-libre@4.9: Update to 4.9.205.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.205.
(linux-libre-4.9-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 7f5d8ce..2b93178 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -376,10 +376,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the
given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.14)))
-(define-public linux-libre-4.9-version "4.9.203")
+(define-public linux-libre-4.9-version "4.9.205")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "0jd8n8y3yf59sgfjhgjxsznxng7s4b30x5vdb48wrpgqmz7m1n8w")))
+ (hash (base32 "01cbqxw77g6rdg7dgk73pg9a2n9v4sxp48q2a77w1b068xjfifcq")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))