summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-04-13 17:34:50 -0400
committerMark H Weaver <mhw@netris.org>2020-04-13 17:34:50 -0400
commit4d1e0f902236c26afb96373dcf57f3ff70638de4 (patch)
tree3dc6ffd546fe6030584a0c8661b46ef9444ac34a
parent26bb8123e238e0c499686887f466a76fe4b4a224 (diff)
downloadpatches-4d1e0f902236c26afb96373dcf57f3ff70638de4.tar
patches-4d1e0f902236c26afb96373dcf57f3ff70638de4.tar.gz
gnu: linux-libre@4.19: Update to 4.19.115.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.115. (linux-libre-4.19-pristine-source): Update hash.
-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 82af5e81d0..419a2cf1f6 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -385,10 +385,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.114")
+(define-public linux-libre-4.19-version "4.19.115")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "03hz6vg5bg728ilbm4z997pf52cgxzsxb03vz5cs55gwdbfa0h0y")))
+ (hash (base32 "1hh170z3mv181l6cc6qqc12wif5jsmxbh2qxbq6b9km5irydkchi")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))