diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 02:18:11 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-09-24 02:19:25 +0200 |
commit | fa470524a43287b1498c4b2a9bc0dc6dd14a8773 (patch) | |
tree | b7fef8dd8cc470dd9365bac774624ae2a5dd2f97 /gnu | |
parent | 9fa18e5dee6e00305c2844ce859d385f381d82dd (diff) | |
download | patches-fa470524a43287b1498c4b2a9bc0dc6dd14a8773.tar patches-fa470524a43287b1498c4b2a9bc0dc6dd14a8773.tar.gz |
gnu: linux-libre: Update to 4.19.75.
* gnu/packages/linux.scm (linux-libre): Update to 4.19.75.
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 42dff400d2..f873da5b96 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.71") +(define-public linux-libre-4.19-version "4.19.75") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "1bjwkb7k82l646ryyy0jbwsnygm2qsxgcwli8bdrj844skzynlqz"))) + (hash (base32 "0y0vcmxyfg98mm63vaqq6n2bmxkbmrnvigm5zdh1al74w53p2pnx"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |