gnu: wcslib: Don't use NAME in source URI.
* gnu/packages/astronomy.scm (wcslib)[source]: Hard-code NAME.
This commit is contained in:
parent
17f90b679f
commit
7fc2d3a92d
|
@ -86,7 +86,7 @@ in FITS files.")
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(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"))
|
".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b"))))
|
(base32 "1c8g9kv4dxrnawnqi4spi2p10s2xs7x75pdfxhbqxgcc97dkgh0b"))))
|
||||||
|
|
Loading…
Reference in New Issue