summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-08-21 20:56:13 -0400
committerMark H Weaver <mhw@netris.org>2020-08-21 20:56:13 -0400
commitc6f92ba5e06963a7053d2fda4676c2ee0b196b76 (patch)
tree96fc2998cc4f673c9c77dc82312d8ffcde635910 /gnu
parent7bb0527ceff017ea1073dff4eeac7d2d85b03a97 (diff)
downloadguix-patches-c6f92ba5e06963a7053d2fda4676c2ee0b196b76.tar
guix-patches-c6f92ba5e06963a7053d2fda4676c2ee0b196b76.tar.gz
gnu: linux-libre@4.14: Update to 4.14.194.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.194. (linux-libre-4.14-pristine-source): 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 49d464e871..541c85ec3e 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -421,10 +421,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.19)))
-(define-public linux-libre-4.14-version "4.14.193")
+(define-public linux-libre-4.14-version "4.14.194")
(define-public linux-libre-4.14-pristine-source
(let ((version linux-libre-4.14-version)
- (hash (base32 "00wziff12xphafyspb02rnjim5a15zywnhdk70ks9q9h8hfv83qb")))
+ (hash (base32 "1q7ssi2790bqjn8s8ra5ihma70hmxykahink7iq5h78738id191y")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.14)))