guix-commits
[Top][All Lists]
Advanced

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

13/14: gnu: python-dukpy: Declare a source file-name.


From: Efraim Flashner
Subject: 13/14: gnu: python-dukpy: Declare a source file-name.
Date: Tue, 13 Mar 2018 14:17:54 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 7896e6c219b22bf001501198b1ce574944921de8
Author: Efraim Flashner <address@hidden>
Date:   Tue Mar 13 20:15:14 2018 +0200

    gnu: python-dukpy: Declare a source file-name.
    
    * gnu/packages/python.scm (python-dukpy)[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 895a8bd..5c75887 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -12263,6 +12263,7 @@ executed more than a given number of times during a 
given period.")
        (method url-fetch)
        (uri (string-append "https://github.com/kovidgoyal/dukpy/archive/v";
                            version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
          "0pj39rfwlzivqm5hkrsza7gssg6ggpxlq5ivc8f3h7x5pfgc6y6c"))))



reply via email to

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