diff options
| author | Guillaume Le Vaillant <glv@posteo.net> | 2026-03-13 11:06:09 +0100 |
|---|---|---|
| committer | Guillaume Le Vaillant <glv@posteo.net> | 2026-03-13 11:51:38 +0100 |
| commit | 1d831f0d44df240a76cb9e9db11d4dbd3d26e53c (patch) | |
| tree | d9fbdc875c866dc7812bb360dcda71fa5b9c1edc /gnu | |
| parent | a13f9f151489109dcc25fb9acc06226c355814f5 (diff) | |
gnu: monero-gui: Update to 0.18.4.7.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.4.7.
Change-Id: I708c062fce11f07629b847613582c6fa778c0d2a
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index c86042c4b56..d4a963a0cd3 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1014,7 +1014,7 @@ the Monero command line client and daemon.") (define-public monero-gui (package (name "monero-gui") - (version "0.18.4.6") + (version "0.18.4.7") (source (origin (method git-fetch) @@ -1030,7 +1030,7 @@ the Monero command line client and daemon.") ;; See the 'extract-monero-sources' phase. (delete-file-recursively "monero"))) (sha256 - (base32 "0l2ris97ibl2smyd4dyav5d81ky22nyv21qhzmmxsbgz3ds7d1mx")))) + (base32 "1nbv07jjwznz2x0ch1467vhnd0b4j3y01gv78dzbm7pilbb9wh72")))) (build-system qt-build-system) (native-inputs `(,@(package-native-inputs monero) |
