guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: python-sqlalchemy: Use PYPI-URI.


From: guix-commits
Subject: 02/06: gnu: python-sqlalchemy: Use PYPI-URI.
Date: Fri, 25 Jan 2019 17:28:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit aeec4a8fc1dce690b5d6aeb163871aca93d50111
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Jan 25 23:18:55 2019 +0100

    gnu: python-sqlalchemy: Use PYPI-URI.
    
    * gnu/packages/databases.scm (python-sqlalchemy)[source]: Use PYPI-URI.
---
 gnu/packages/databases.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 655e7c3..50766fc 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -2090,8 +2090,7 @@ Database API 2.0T.")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "https://pypi.python.org/packages/source/S/";
-                          "SQLAlchemy/SQLAlchemy-" version ".tar.gz"))
+      (uri (pypi-uri "SQLAlchemy" version))
       (sha256
        (base32
         "094mmbs4igrxplfyqd59j90jb83ixpbbzqc0w49yw81m82nnjrgg"))))



reply via email to

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