diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-04 01:10:42 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-04 10:21:24 +0200 |
commit | 57ec0551c8a360c592a8ecdd3ad30d315353a3d0 (patch) | |
tree | d5a139198ab40f39392b1c26d1224fafcfe8b503 /gnu | |
parent | 1bedc74e7f98940d728a28ccca75779fed60b72d (diff) | |
download | patches-57ec0551c8a360c592a8ecdd3ad30d315353a3d0.tar patches-57ec0551c8a360c592a8ecdd3ad30d315353a3d0.tar.gz |
gnu: linux-libre@4.19: Update to 4.19.76.
* gnu/packages/linux.scm (linux-libre-4.19-version)
(linux-libre-4.19-pristine-source): Update to 4.19.76.
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 7607609891..21cd4a205f 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -374,10 +374,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.75") +(define-public linux-libre-4.19-version "4.19.76") (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "0y0vcmxyfg98mm63vaqq6n2bmxkbmrnvigm5zdh1al74w53p2pnx"))) + (hash (base32 "0rhyjw5r3xdnj37dd6wrpihdqc3zn5ih6hcpa4x2cjvk0acx4kds"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |