diff options
author | Mark H Weaver <mhw@netris.org> | 2020-07-31 13:34:45 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-07-31 13:38:23 -0400 |
commit | 95d44e7a29675babd9965c8e961cebc18bda8327 (patch) | |
tree | cf65f416dbcda3ee41c8e08d8c888af802101284 /gnu/packages | |
parent | b30974908b693e29c604bcae46af4db661422294 (diff) |
gnu: linux-libre@4.14: Update to 4.14.191.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.191.
(linux-libre-4.14-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 4ffa23d0a8..963c0edd0e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -403,10 +403,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.190") +(define-public linux-libre-4.14-version "4.14.191") (define-public linux-libre-4.14-pristine-source (let ((version linux-libre-4.14-version) - (hash (base32 "0h9zxm8l8hn19x7n31z3185y2frh5ij8lidyffx1a2pgjcvml5vg"))) + (hash (base32 "0wgn1mymycgi2vd4jvj061r0c5vf7gilphbn0npbcw63hv9kx0jk"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.14))) |