diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-04 01:06:48 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-10-04 10:21:24 +0200 |
commit | dd32676b067caeeeed46a582435852d97da6ad88 (patch) | |
tree | c642e0544d6ee5c30c20c69fb45076f567506998 /gnu/packages | |
parent | e8190ba9fb880c759bc4bc0d6799442fcf6ba14f (diff) | |
download | patches-dd32676b067caeeeed46a582435852d97da6ad88.tar patches-dd32676b067caeeeed46a582435852d97da6ad88.tar.gz |
gnu: linux-libre@5.3: Update to 5.3.2.
* gnu/packages/linux.scm (linux-libre-5.3-version)
(linux-libre-5.3-pristine-source): Update to 5.3.2.
Diffstat (limited to 'gnu/packages')
-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 71991c8eec..ac5674b583 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." "linux-" version ".tar.xz")) (sha256 hash))) -(define-public linux-libre-5.3-version "5.3.1") +(define-public linux-libre-5.3-version "5.3.2") (define-public linux-libre-5.3-pristine-source (let ((version linux-libre-5.3-version) - (hash (base32 "0n7qjakglzh6rpbjdjqr4fgp8f8fd3qgb5as0hfj25nk16lvb44q"))) + (hash (base32 "0szw21mpp94gp3zn2fgllbv6fdjjf20njgrcjay7vjmm7farq7rn"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.3))) |