guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: stellarium: Don't use NAME in source URI.


From: guix-commits
Subject: 04/05: gnu: stellarium: Don't use NAME in source URI.
Date: Sat, 22 Jun 2019 18:22:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a5883d1fbe42eaf8e2cb7b0b0fc55b9206e38480
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 22 22:16:44 2019 +0200

    gnu: stellarium: Don't use NAME in source URI.
    
    * gnu/packages/astronomy.scm (stellarium)[source]: Hard-code NAME.
---
 gnu/packages/astronomy.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 807c9ce..d6341ce 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -134,14 +134,14 @@ programs for the manipulation and analysis of 
astronomical data.")
   (package
     (name "stellarium")
     (version "0.19.1")
-    (source (origin
-             (method url-fetch)
-             (uri (string-append "https://github.com/Stellarium/"; name
-                                 "/releases/download/v" version
-                                 "/" name "-" version ".tar.gz"))
-             (sha256
-              (base32
-               "0s7v5iyhah258k83kvy2a91a3mdf34r150lcar4mmdsrrcmas98g"))))
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append "https://github.com/Stellarium/stellarium";
+                           "/releases/download/v" version
+                           "/stellarium-" version ".tar.gz"))
+       (sha256
+        (base32 "0s7v5iyhah258k83kvy2a91a3mdf34r150lcar4mmdsrrcmas98g"))))
     (build-system cmake-build-system)
     (inputs
      `(("qtbase" ,qtbase)



reply via email to

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