1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-03 11:21:32 +02:00

gnu: monero-gui: Use git-file-name.

* gnu/packages/finance.scm (monero-gui)[source]: Rename the downloaded
source using 'git-file-name'.
This commit is contained in:
Efraim Flashner
2018-07-29 16:05:53 +03:00
parent 136ff9a247
commit 398a96a286
+1 -1
View File
@@ -470,7 +470,7 @@ Monero command line client and daemon.")
(uri (git-reference
(url "https://github.com/monero-project/monero-gui")
(commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz"))
(file-name (git-file-name name version))
(sha256
(base32
"1cnrkwh7kp64lnzz1xfmkf1mhsgm5gls292gpqai3jr8jydpkahl"))))