guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: python-drmaa: Update source URL.


From: Ricardo Wurmus
Subject: 01/01: gnu: python-drmaa: Update source URL.
Date: Thu, 22 Jun 2017 02:54:50 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit d92621cf4547d909e6b9f247607327d9744e3b0b
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 22 08:54:01 2017 +0200

    gnu: python-drmaa: Update source URL.
    
    * gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
---
 gnu/packages/python.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 33fb35a..a63006a 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -7,7 +7,7 @@
 ;;; Copyright © 2014, 2015 Federico Beffa <address@hidden>
 ;;; Copyright © 2015 Omar Radwan <address@hidden>
 ;;; Copyright © 2015 Pierre-Antoine Rault <address@hidden>
-;;; Copyright © 2015, 2016 Ricardo Wurmus <address@hidden>
+;;; Copyright © 2015, 2016, 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2015, 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2015 Eric Dvorsak <address@hidden>
 ;;; Copyright © 2015, 2016 David Thompson <address@hidden>
@@ -4901,9 +4901,7 @@ etc.  The core of this module is a decorator factory.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/d/drmaa/drmaa-";
-             version ".tar.gz"))
+       (uri (pypi-uri "drmaa" version))
        (sha256
         (base32 "0xzqriqyvk5b8hszbavsyxd29wm3sxirm8zvvdm73rs2iq7w4hkx"))))
     (build-system python-build-system)



reply via email to

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