guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-tmx: Fix source URL.


From: Kei Kebreau
Subject: 01/01: gnu: python-tmx: Fix source URL.
Date: Mon, 5 Jun 2017 18:53:34 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit be4d26f55941196165eb7a70581be17765e6a40a
Author: Kei Kebreau <address@hidden>
Date:   Mon Jun 5 18:47:16 2017 -0400

    gnu: python-tmx: Fix source URL.
    
    * gnu/packages/game-development.scm (python-tmx)[origin]: Add missing
    subdirectory to URL.
---
 gnu/packages/game-development.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index d0eefe9..5253d0c 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -30,6 +30,7 @@
   #:use-module (guix packages)
   #:use-module (guix download)
   #:use-module (guix git-download)
+  #:use-module (guix utils)
   #:use-module (guix build-system cmake)
   #:use-module (guix build-system gnu)
   #:use-module (guix build-system python)
@@ -221,7 +222,8 @@ possible, and it also makes the SGE easy to learn.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://savannah/python-tmx/tmx-"
+       (uri (string-append "mirror://savannah/python-tmx/"
+                           (version-major+minor version) "/tmx-"
                            version ".tar.gz"))
        (sha256
         (base32



reply via email to

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