guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: python-scripttest: Use pypi uri.


From: guix-commits
Subject: 04/09: gnu: python-scripttest: Use pypi uri.
Date: Sat, 5 Jan 2019 15:55:26 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 5af020bb3c6c2e1cf8cd2ffadc22e36fba42df08
Author: Efraim Flashner <address@hidden>
Date:   Sat Jan 5 19:38:58 2019 +0200

    gnu: python-scripttest: Use pypi uri.
    
    * gnu/packages/check.scm (python-scripttest)[source]: Use pypi uri.
---
 gnu/packages/check.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index d693f52..dc2bda5 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -855,9 +855,7 @@ result back.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/s/scripttest/scripttest-";
-             version ".tar.gz"))
+       (uri (pypi-uri "scripttest" version))
        (sha256
         (base32
          "0f4w84k8ck82syys7yg9maz93mqzc8p5ymis941x034v44jzq74m"))))



reply via email to

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