mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01: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:
parent
136ff9a247
commit
398a96a286
1 changed files with 1 additions and 1 deletions
|
@ -470,7 +470,7 @@ (define-public monero-gui
|
|||
(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"))))
|
||||
|
|
Loading…
Reference in a new issue