glv pushed a commit to branch master in repository guix. commit 90279af10615cd74e4c52851f7fec797d4d0f682 Author: Guillaume Le Vaillant <g...@posteo.net> AuthorDate: Sun Apr 6 14:18:13 2025 +0200
gnu: monero-gui: Update to 0.18.4.0. * gnu/packages/finance.scm (monero-gui): Update to 0.18.4.0. Change-Id: I60a70e78dbccd4fba8311c6e7246b657cbf65865 --- gnu/packages/finance.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 1b4f2eef44..8a231cef33 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -11,7 +11,7 @@ ;;; Copyright © 2018 Adriano Peluso <caton...@gmail.com> ;;; Copyright © 2018-2022, 2024 Nicolas Goaziou <m...@nicolasgoaziou.fr> ;;; Copyright © 2018 Arun Isaac <arunis...@systemreboot.net> -;;; Copyright © 2019-2024 Guillaume Le Vaillant <g...@posteo.net> +;;; Copyright © 2019-2025 Guillaume Le Vaillant <g...@posteo.net> ;;; Copyright © 2019 Tanguy Le Carrour <tan...@bioneland.org> ;;; Copyright © 2019, 2020 Martin Becze <mjbe...@riseup.net> ;;; Copyright © 2019 Sebastian Schott <ssch...@mailbox.org> @@ -797,7 +797,7 @@ the Monero command line client and daemon.") (define-public monero-gui (package (name "monero-gui") - (version "0.18.3.4") + (version "0.18.4.0") (source (origin (method git-fetch) @@ -813,7 +813,7 @@ the Monero command line client and daemon.") ;; See the 'extract-monero-sources' phase. (delete-file-recursively "monero"))) (sha256 - (base32 "09x8184kbpw74qlak2x9amz7j3qkacnk9l0c1cws1d0fghlm6n9m")))) + (base32 "0gzq3cq54mr85f86yibsska19lri2w2ak98pb4z237dffgjqkaj5")))) (build-system qt-build-system) (native-inputs `(,@(package-native-inputs monero)