From 79f450a120068ac1d2fc4e5b4b33ae938b604f95 Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 13 Mar 2018 20:16:20 +0200 Subject: gnu: python-mwclient: Declare a source file-name. * gnu/packages/python.scm (python-mwclient)[source]: Declare a source file-name. --- gnu/packages/python.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5c7588767e..22fbdf6720 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -11015,6 +11015,7 @@ exception message with a traceback that points to the culprit.") ;; The PyPI version wouldn't contain tests. (uri (string-append "https://github.com/mwclient/mwclient/archive/" "v" version ".tar.gz")) + (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 "1jj0yhilkjir00719fc7w133x7hdyhkxhk6xblla4asig45klsfv")))) -- cgit v1.2.3