civodul pushed a commit to branch master
in repository guix.

commit e54d18895565561767ef24544aa88a5e89b6507b
Author: Greg Hogan <[email protected]>
AuthorDate: Thu May 6 15:03:54 2021 +0000

    gnu: python-pycurl: Migrate uri from bintray.
    
    * gnu/packages/python-web.scm (python-pycurl)[source]: Download from pypi.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index f6ce09a..b7411d2 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -41,6 +41,7 @@
 ;;; Copyright © 2020 Konrad Hinsen <[email protected]>
 ;;; Copyright © 2020 Giacomo Leidi <[email protected]>
 ;;; Copyright © 2021 Ekaitz Zarraga <[email protected]>
+;;; Copyright © 2021 Greg Hogan <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1206,8 +1207,7 @@ Amazon S3 compatible object storage server.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://dl.bintray.com/pycurl/pycurl/pycurl-";
-                           version ".tar.gz"))
+       (uri (pypi-uri "pycurl" version))
        (sha256
         (base32 "1cwlb76vddqp2mxqvjbhf367caddzy82rhangddjjhjqaj8x4zgc"))))
     (build-system python-build-system)

Reply via email to