diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2022-01-10 11:07:46 +0100 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2022-01-10 11:07:46 +0100 |
commit | d689ca6f0d868f05d568ded3eb70759a5a266d92 (patch) | |
tree | 7c171d63cb13b6111dc3b8dcb380c5d47f0d3024 /gnu/packages | |
parent | 19a4759cadf601f40d2a32efdbf6190d7341a8ca (diff) | |
download | guix-d689ca6f0d868f05d568ded3eb70759a5a266d92.tar.gz guix-d689ca6f0d868f05d568ded3eb70759a5a266d92.zip |
gnu: monero-gui: Update to 0.17.3.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.3.1.
Diffstat (limited to 'gnu/packages')
-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 b98d10a28c..dab47fc0d7 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -779,7 +779,7 @@ the Monero command line client and daemon.") (define-public monero-gui (package (name "monero-gui") - (version "0.17.3.0") + (version "0.17.3.1") (source (origin (method git-fetch) @@ -796,7 +796,7 @@ the Monero command line client and daemon.") (delete-file-recursively "monero") #t)) (sha256 - (base32 "0sc3g8g4mlcgz1ys1mqx9klyfl02z17zv2z22clx33jni0l3bqkr")))) + (base32 "0mzxbi16zvpfgwykg0c7gm5dmjxr2a47kjwih36g53a7pnf04zl1")))) (build-system qt-build-system) (native-inputs `(,@(package-native-inputs monero) |