diff options
author | Mark H Weaver <mhw@netris.org> | 2019-07-27 16:58:51 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-07-27 17:07:58 -0400 |
commit | 76b96720e20f109138c7fca027c9f0deb2b40d26 (patch) | |
tree | b6cfe1da785b345581e1fcb72674146d0e72c6bf | |
parent | d83514baf274f34d658544848ea6a9eecb1a6975 (diff) | |
download | guix-76b96720e20f109138c7fca027c9f0deb2b40d26.tar.gz guix-76b96720e20f109138c7fca027c9f0deb2b40d26.zip |
gnu: linux-libre: Update to 5.2.3.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.3.
(linux-libre-5.2-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 385dcce12c..c638c6aa10 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -350,10 +350,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." "linux-" version ".tar.xz")) (sha256 hash))) -(define-public linux-libre-5.2-version "5.2.2") +(define-public linux-libre-5.2-version "5.2.3") (define-public linux-libre-5.2-pristine-source (let ((version linux-libre-5.2-version) - (hash (base32 "173da67d51qcjwrczqsfd6g9phzazqzr11xfxwlf54ckd6117ng5"))) + (hash (base32 "018fiz8bycglh5b031b710zllv2s5w017ylq0j30923p744n0g3m"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.2))) |