diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-12 14:54:33 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-12 14:55:11 +0200 |
commit | ca31f76b86f00756d53ee39de7787eaf18bdd03d (patch) | |
tree | 88789a37ac7f6f3dfc592ca12b52eb6b6d6bc42d /gnu/packages/rust.scm | |
parent | f67f93b6d60c898c3125068b468c2a339678916a (diff) | |
download | patches-ca31f76b86f00756d53ee39de7787eaf18bdd03d.tar patches-ca31f76b86f00756d53ee39de7787eaf18bdd03d.tar.gz |
gnu: rust: Fix hash.
I don't know what the previous hash described, but the signature on this
one is valid.
* gnu/packages/rust.scm (rust)[source]: Update hash.
Diffstat (limited to 'gnu/packages/rust.scm')
-rw-r--r-- | gnu/packages/rust.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rust.scm b/gnu/packages/rust.scm index e9dd5994cd..b4c50437f7 100644 --- a/gnu/packages/rust.scm +++ b/gnu/packages/rust.scm @@ -5,7 +5,7 @@ ;;; Copyright © 2017 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2017, 2018 Nikolai Merinov <nikolai.merinov@member.fsf.org> ;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> -;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org> ;;; Copyright © 2019 Ivan Petkov <ivanppetkov@gmail.com> ;;; @@ -1076,7 +1076,7 @@ jemalloc = \"" jemalloc "/lib/libjemalloc_pic.a" "\" (define-public rust (let ((base-rust (rust-bootstrapped-package rust-1.35 "1.36.0" - "18r688ih4xi9m8gv55g1amb8inrwkdxp5fbcqb6i4gqxi90l3i0m"))) + "06xv2p6zq03lidr0yaf029ii8wnjjqa894nkmrm6s0rx47by9i04"))) (package (inherit base-rust) (arguments |