diff options
author | Mark H Weaver <mhw@netris.org> | 2019-08-25 18:26:52 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-08-25 18:26:52 -0400 |
commit | e79b78f1ca481ac23f2e214523bae0dca907d848 (patch) | |
tree | 451afa7fe4acb7bc2e36cfe376da45b1b05763f5 | |
parent | 0b847656af5d8e576ce9757e5a2f8dcb692f56eb (diff) | |
download | guix-e79b78f1ca481ac23f2e214523bae0dca907d848.tar guix-e79b78f1ca481ac23f2e214523bae0dca907d848.tar.gz |
gnu: linux-libre: Update to 5.2.10.
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.10.
(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 6c8091c95d..d49293c968 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.9") +(define-public linux-libre-5.2-version "5.2.10") (define-public linux-libre-5.2-pristine-source (let ((version linux-libre-5.2-version) - (hash (base32 "1rnlnphw9rih4qhdld9ic5lnj5jh4vy5nqbj9lqwv9bc615jmw5n"))) + (hash (base32 "0jgw7gj71i9kf4prbdi9h791ngxf24nr90302glnsa9aghwc95k0"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.2))) |