mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: godot: Add a file extension to source file name.
* gnu/packages/game-development.scm (godot)[source](file-name): Append ".tar.gz".
This commit is contained in:
parent
7fb1530f2f
commit
8311a84416
1 changed files with 1 additions and 1 deletions
|
@ -1070,7 +1070,7 @@ (define-public godot
|
||||||
(uri
|
(uri
|
||||||
(string-append "https://github.com/godotengine/godot/archive/"
|
(string-append "https://github.com/godotengine/godot/archive/"
|
||||||
version "-stable.tar.gz"))
|
version "-stable.tar.gz"))
|
||||||
(file-name (string-append name "-" version))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0k8c12nzhl98i9il9s3awbwdamkrwxk0s47jr7n8a3z93rpszd2p"))))
|
"0k8c12nzhl98i9il9s3awbwdamkrwxk0s47jr7n8a3z93rpszd2p"))))
|
||||||
|
|
Loading…
Reference in a new issue