diff options
author | Mark H Weaver <mhw@netris.org> | 2019-08-16 05:33:09 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-16 05:33:09 -0400 |
commit | 97f40332d4fc02fcdeda08669469ecdcf4c6c02b (patch) | |
tree | 1e8f2d12f9e63c8f06abc2a1cc4df20361fa7774 | |
parent | f1d2e4bac0b3ca338c0e93c4597f4a46eb8d2d65 (diff) | |
download | guix-97f40332d4fc02fcdeda08669469ecdcf4c6c02b.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.67.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.67. (linux-libre-4.19-pristine-source)[hash]: Update hash.
-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 cf8e453635..265f18cd1c 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.66") +(define-public linux-libre-4.19-version "4.19.67") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0r6vzarmi77fhivd1n6f667sgcw8zd54ykmhmp6rd52bbkhsp0f9"))) + (hash (base32 "00m5k0nfcvgff70686rbhn3w8c9wc3jxqvyddw40lylaqdh3s72s"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |