[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: linux-libre@4.9: Update to 4.9.203.
From: |
guix-commits |
Subject: |
02/02: gnu: linux-libre@4.9: Update to 4.9.203. |
Date: |
Tue, 26 Nov 2019 14:39:10 -0500 (EST) |
mhw pushed a commit to branch master
in repository guix.
commit 778ae9f980c74d6b093eaae68ca5ee2be5f2ca8a
Author: Mark H Weaver <address@hidden>
Date: Tue Nov 26 14:38:02 2019 -0500
gnu: linux-libre@4.9: Update to 4.9.203.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.203.
(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 58a6c5e..457f657 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.202")
+(define-public linux-libre-4.9-version "4.9.203")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1gsfbvsswpwj6r56ynb6mmx7dc8hp9yhi7sfr0hhii0gs4ffq241")))
+ (hash (base32 "0jd8n8y3yf59sgfjhgjxsznxng7s4b30x5vdb48wrpgqmz7m1n8w")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))