summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-03-16 13:54:51 -0400
committerMark H Weaver <mhw@netris.org>2020-03-16 13:54:51 -0400
commit057b34478fd8ec7fa1de8c66b125b197d02b3ee5 (patch)
tree7a4f65d8a05e1820135e407e3975d4ca738b8b69
parent1fddf8ef1702f96340d7bede8ecbd90b64c2019f (diff)
downloadpatches-057b34478fd8ec7fa1de8c66b125b197d02b3ee5.tar
patches-057b34478fd8ec7fa1de8c66b125b197d02b3ee5.tar.gz
gnu: linux-libre@4.19: Update to 4.19.110.base-for-series-3184
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.110. (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 f1bc5798ab..8dd5061b6c 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -370,10 +370,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.109")
+(define-public linux-libre-4.19-version "4.19.110")
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "0kwnlv5336vqdf38dzn077ic17zkb4rl5khxmc47syzd9zm4fhnh")))
+ (hash (base32 "15kbgj13vsr74c61vzs96a72k86x205jjq5bz9pbn70698n3s4fa")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))