gnu: wcslib: Don't use NAME in source URI.

* gnu/packages/astronomy.scm (wcslib)[source]: Hard-code NAME.
master
Tobias Geerinckx-Rice 2019-07-12 23:58:42 +02:00
parent 17f90b679f
commit 7fc2d3a92d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ in FITS files.")
(origin
(method url-fetch)
(uri (string-append
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/wcslib" version
".tar.bz2"))
(sha256
(base32 "1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b"))))