gnu: stellarium: Remove redundant FILE-NAME.

* gnu/packages/astronomy.scm (stellarium)[source]: Remove FILE-NAME.
master
Tobias Geerinckx-Rice 2018-08-16 02:16:09 +02:00
parent 3d9f26a0f8
commit 6512b96570
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 0 additions and 1 deletions

View File

@ -135,7 +135,6 @@ programs for the manipulation and analysis of astronomical data.")
(uri (string-append "https://github.com/Stellarium/" name
"/releases/download/v" version
"/" name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0vjkwrjy22b4wdjkafm63pmb0fck14ffnylpq8xr91ywycw4blrq"))))