diff options
author | Mark H Weaver <mhw@netris.org> | 2019-08-25 18:26:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-25 18:26:12 -0400 |
commit | 0b847656af5d8e576ce9757e5a2f8dcb692f56eb (patch) | |
tree | 79af20b5a684dc607c7fbf82bb4eb93bd78ed535 /gnu | |
parent | 1fda7f42d2a615598d14d501d9523b0899955612 (diff) | |
download | patches-0b847656af5d8e576ce9757e5a2f8dcb692f56eb.tar patches-0b847656af5d8e576ce9757e5a2f8dcb692f56eb.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.68.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.68.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
Diffstat (limited to 'gnu')
-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 060c5c0864..6c8091c95d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -358,10 +358,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.2))) -(define-public linux-libre-4.19-version "4.19.67") +(define-public linux-libre-4.19-version "4.19.68") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "00m5k0nfcvgff70686rbhn3w8c9wc3jxqvyddw40lylaqdh3s72s"))) + (hash (base32 "0ax04sivi1lsx01m3abi16w6d0jd3qvwzzq2zbn8q2lca505k1wi"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |