summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-10-18 07:48:03 -0400
committerMark H Weaver <mhw@netris.org>2019-10-18 07:53:08 -0400
commitb84d7ac06e5a7ee50103decb295c64eec97c2c1f (patch)
treef57b26cd3294f3ca034ddac67851516514385d1c /gnu/packages
parent6f11d1b54e97dc142d08ed10c2aa4cace8840af6 (diff)
downloadpatches-b84d7ac06e5a7ee50103decb295c64eec97c2c1f.tar
patches-b84d7ac06e5a7ee50103decb295c64eec97c2c1f.tar.gz
gnu: linux-libre@4.9: Update to 4.9.197.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.197. (linux-libre-4.9-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9c2c33a634..49ac7b5316 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -389,10 +389,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.196")
+(define-public linux-libre-4.9-version "4.9.197")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "1vy6j9ycl5aw0dmj4n9kih5i8igybk0ilahlwbn30mlp9aq15az0")))
+ (hash (base32 "032as6g4xvqjarqhvx7mr14yhn6idak4g0ps1skmsl4dfav6hdam")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))