guix-commits
[Top][All Lists]
Advanced

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

23/26: gnu: python-pretend: Use PYPI-URI.


From: guix-commits
Subject: 23/26: gnu: python-pretend: Use PYPI-URI.
Date: Mon, 28 Jan 2019 06:24:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9f1f22ee70bb961a21571c2adcac36f1b1fb156a
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 12:13:45 2019 +0100

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 349223f..af7418d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6358,8 +6358,7 @@ domains support.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/p/";
-                           "pretend/pretend-" version ".tar.gz"))
+       (uri (pypi-uri "pretend" version))
        (sha256
         (base32
          "040vm94lcbscg5p81g1icmwwwa2jm7wrd1ybmxnv1sz8rl8bh3n9"))))



reply via email to

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