diff options
author | Mark H Weaver <mhw@netris.org> | 2019-08-07 00:26:01 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-07 00:28:30 -0400 |
commit | 9f90e58c4a6ee6dbaf9d9a1934534574aedceace (patch) | |
tree | 885bb6fe9cd45a771f212c7fe9c16577e8a197c2 | |
parent | 7acea31bbc885c95871c734ee6c97b156e253524 (diff) | |
download | patches-9f90e58c4a6ee6dbaf9d9a1934534574aedceace.tar patches-9f90e58c4a6ee6dbaf9d9a1934534574aedceace.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.65.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.65.
(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 71dcd56f8e..8f9fb57eb9 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.64") +(define-public linux-libre-4.19-version "4.19.65") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "1gasmcdsrsk81dscslmrsxqsvkfp5xxdx3ay95izggpk7piqnvvs"))) + (hash (base32 "1pyyhr2airxzk4c6n7140yl723dc7yw7igy5i5i2ih0nd4c3k6g5"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |