guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: prboom-plus: Don't use NAME in source URI.


From: guix-commits
Subject: 06/07: gnu: prboom-plus: Don't use NAME in source URI.
Date: Thu, 28 Mar 2019 18:56:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a8a96bbead267946e29554de13490b93fe01ec5c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 29 00:50:36 2019 +0100

    gnu: prboom-plus: Don't use NAME in source URI.
    
    * gnu/packages/games.scm (prboom-plus)[source]: Hard-code NAME.
---
 gnu/packages/games.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 7ca223a..10aa1da 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -1036,11 +1036,10 @@ Every puzzle has a complete solution, although there 
may be more than one.")
    (version "2.5.1.4")
    (source (origin
             (method url-fetch)
-            (uri (string-append "mirror://sourceforge/" name "/" name "/"
-                                version "/" name "-" version ".tar.gz"))
+            (uri (string-append "mirror://sourceforge/prboom-plus/prboom-plus/"
+                                version "/prboom-plus-" version ".tar.gz"))
             (sha256
-             (base32
-              "151v6nign86m1a2vqz27krsccpc9m4d1jax4y43v2fa82wfj9qp0"))
+             (base32 "151v6nign86m1a2vqz27krsccpc9m4d1jax4y43v2fa82wfj9qp0"))
             (modules '((guix build utils)))
             (snippet
              '(begin



reply via email to

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