summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2019-08-25 18:26:52 -0400
committerMark H Weaver <mhw@netris.org>2019-08-25 18:26:52 -0400
commite79b78f1ca481ac23f2e214523bae0dca907d848 (patch)
tree451afa7fe4acb7bc2e36cfe376da45b1b05763f5 /gnu
parent0b847656af5d8e576ce9757e5a2f8dcb692f56eb (diff)
downloadguix-patches-e79b78f1ca481ac23f2e214523bae0dca907d848.tar
guix-patches-e79b78f1ca481ac23f2e214523bae0dca907d848.tar.gz
gnu: linux-libre: Update to 5.2.10.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.10. (linux-libre-5.2-pristine-source)[hash]: Update hash.
Diffstat (limited to 'gnu')
-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 6c8091c95d..d49293c968 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.9")
+(define-public linux-libre-5.2-version "5.2.10")
(define-public linux-libre-5.2-pristine-source
(let ((version linux-libre-5.2-version)
- (hash (base32 "1rnlnphw9rih4qhdld9ic5lnj5jh4vy5nqbj9lqwv9bc615jmw5n")))
+ (hash (base32 "0jgw7gj71i9kf4prbdi9h791ngxf24nr90302glnsa9aghwc95k0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.2)))