guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: deutex: Don't use NAME in source URI.


From: guix-commits
Subject: 08/08: gnu: deutex: Don't use NAME in source URI.
Date: Tue, 25 Jun 2019 10:37:47 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5fbb9f0b51a1caeb86009192654f650c5cb4d167
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jun 25 15:34:03 2019 +0200

    gnu: deutex: Don't use NAME in source URI.
    
    * gnu/packages/game-development.scm (deutex)[source]: Hard-code NAME.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 4ceb001..05a68b7 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -156,9 +156,9 @@ is used in some video games and movies.")
    (version "5.2.0")
    (source (origin
             (method url-fetch)
-            (uri (string-append "https://github.com/Doom-Utils/"; name
+            (uri (string-append "https://github.com/Doom-Utils/deutex";
                                 "/releases/download/v" version "/"
-                                name "-" version ".tar.xz"))
+                                "deutex-" version ".tar.xz"))
             (sha256
              (base32
               "1d536d3i78k4ch8mjg7lqnamnyfpp2x5x7mzx5smqi9ad8lb6hqz"))))



reply via email to

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