diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-19 12:45:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-19 19:23:00 +0200 |
commit | 999a1c475f5fe76ef9df799a0b310de5a3b68675 (patch) | |
tree | bedb5c795722899634af0981143d7b85d3b3f738 /gnu/packages | |
parent | bf5f75856eba170728b5fc6325a890334b033692 (diff) | |
download | guix-999a1c475f5fe76ef9df799a0b310de5a3b68675.tar.gz |
gnu: monero-gui: Update to 0.17.2.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/finance.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 1769277643..026a5a9001 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -6,7 +6,7 @@ ;;; Copyright © 2017 Carlo Zancanaro <carlo@zancanaro.id.au> ;;; Copyright © 2017 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2017 Vasile Dumitrascu <va511e@yahoo.com> -;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr> +;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org> ;;; Copyright © 2018 Adriano Peluso <catonano@gmail.com> ;;; Copyright © 2018, 2019, 2020, 2021 Nicolas Goaziou <mail@nicolasgoaziou.fr> @@ -763,7 +763,7 @@ the Monero command line client and daemon.") (define-public monero-gui (package (name "monero-gui") - (version "0.17.2.0") + (version "0.17.2.1") (source (origin (method git-fetch) @@ -780,7 +780,7 @@ the Monero command line client and daemon.") (delete-file-recursively "monero") #t)) (sha256 - (base32 "17il26gh0g69x7lqkyb461x1712959wajg3iadx0p08djr3m13mf")))) + (base32 "17z4l7xj3zzbkb3fivsam38y5psknc2qbsg6yc72vb6n675khnsa")))) (build-system qt-build-system) (native-inputs `(,@(package-native-inputs monero) |