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

* gnu/packages/finance.scm (monero-gui)[source]: Rename the downloaded
source using 'git-file-name'.
master
Efraim Flashner 2018-07-29 16:05:53 +03:00
parent 136ff9a247
commit 398a96a286
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 1 additions and 1 deletions

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"))))