guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 01/02: gnu: wcslib: Don't use NAME in source URI.
Date: Fri, 12 Jul 2019 18:20:29 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7fc2d3a92d23ebeb9084c99d9e1e158fca4f155c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jul 12 23:58:42 2019 +0200

    gnu: wcslib: Don't use NAME in source URI.
    
    * gnu/packages/astronomy.scm (wcslib)[source]: Hard-code NAME.
---
 gnu/packages/astronomy.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 81c7481..c66ba2c 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -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"))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]