[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: monero-gui: Update to 0.17.2.3.
From: |
guix-commits |
Subject: |
02/04: gnu: monero-gui: Update to 0.17.2.3. |
Date: |
Wed, 1 Sep 2021 14:31:49 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 65479200648de179d8c2f1d6767d21c9c784f8db
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Sep 1 20:22:23 2021 +0200
gnu: monero-gui: Update to 0.17.2.3.
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.3.
[arguments]: Update 'fix-build' phase. Remove 'generate-zxcvbn-c' phase.
---
gnu/packages/finance.scm | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index b0f0a0c..9863f16 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -752,7 +752,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.17.2.2")
+ (version "0.17.2.3")
(source
(origin
(method git-fetch)
@@ -769,7 +769,7 @@ the Monero command line client and daemon.")
(delete-file-recursively "monero")
#t))
(sha256
- (base32 "0n7gfhm13y18ffqsqdajl4knd4h8m772fz6lh1lpkh198pwmw8f9"))))
+ (base32 "0qb746z1sxqrja7q9lqhhbm64v83sn67az4k7gs5q90iaw584qfc"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)
@@ -807,16 +807,11 @@ the Monero command line client and daemon.")
(substitute* "src/version.js.in"
(("@VERSION_TAG_GUI@")
,version))
- (substitute* "src/zxcvbn-c/makefile"
- (("\\?=") "="))
(substitute* "external/CMakeLists.txt"
(("add_library\\(quirc" all)
(string-append
"set(CMAKE_C_FLAGS \"${CMAKE_C_FLAGS} -fPIC\")\n"
all)))))
- (add-before 'configure 'generate-zxcvbn-c-header
- (lambda _
- (invoke "make" "-C" "src/zxcvbn-c" "dict-src.h")))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))