[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: python-mistune: Fix source URI.
From: |
Tobias Geerinckx-Rice |
Subject: |
02/02: gnu: python-mistune: Fix source URI. |
Date: |
Thu, 26 Jan 2017 07:15:07 +0000 (UTC) |
nckx pushed a commit to branch master
in repository guix.
commit eff8d773d65d031e67f492c790de3b4b48549883
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Thu Jan 26 08:14:18 2017 +0100
gnu: python-mistune: Fix source URI.
* gnu/packages/python.scm (python-mistune)[source]: Use pypi-uri.
---
gnu/packages/python.scm | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index d4a4775..81f9200 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6000,10 +6000,7 @@ complexity of Python source code.")
(source
(origin
(method url-fetch)
- (uri (string-append
- "https://pypi.python.org/packages/source/m/mistune/mistune-"
- version
- ".tar.gz"))
+ (uri (pypi-uri "mistune" version))
(sha256
(base32
"04xpk1zvslhq3xpnf01g3ag0dy9wfv4z28p093r8k49vvxlyil11"))))