mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: wcslib: Fix source URL.
* gnu/packages/astronomy.scm (wcslib, wcslib-7.12)[source] <uri>: Fix URL. Change-Id: I21196b1d071cfcb17f7c7330eca9f46cd11f673d
This commit is contained in:
parent
600ae9af6a
commit
0efffc51a5
1 changed files with 2 additions and 2 deletions
|
|
@ -11077,7 +11077,7 @@ traveling to a star 100 light years away looks like.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/WCS/"
|
||||
(uri (string-append "https://www.atnf.csiro.au/computing/software/wcs/"
|
||||
"wcslib-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1p1606jscky6cw32qwx7k7nwv24jm9c85mzfrm9qnjni4r2882wn"))
|
||||
|
|
@ -11122,7 +11122,7 @@ header.")
|
|||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.atnf.csiro.au/people/mcalabre/WCS/"
|
||||
(uri (string-append "https://www.atnf.csiro.au/computing/software/wcs/"
|
||||
"wcslib-" version ".tar.bz2"))
|
||||
(sha256
|
||||
(base32 "1m3bx6gh5w3c7vvsqcki0x20mg8lilg13m0i8nh7za89w58dxy4w"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue