guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: python-urwidtrees: Update to 1.0.2.


From: Mark H. Weaver
Subject: 02/04: gnu: python-urwidtrees: Update to 1.0.2.
Date: Tue, 23 Aug 2016 10:41:51 +0000 (UTC)

mhw pushed a commit to branch master
in repository guix.

commit 37ec462392f9c645274ddf7ce020cbb3dd589332
Author: Troy Sankey <address@hidden>
Date:   Sat Aug 13 12:08:05 2016 -0400

    gnu: python-urwidtrees: Update to 1.0.2.
    
    * gnu/packages/python.scm (python-urwidtrees): Update to 1.0.2.  Add note 
about
    distribution method.
    
    Signed-off-by: Mark H Weaver <address@hidden>
---
 gnu/packages/python.scm |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index cd90c52..79b67a5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -4521,14 +4521,18 @@ features useful for text console applications.")
 (define-public python-urwidtrees
   (package
     (name "python-urwidtrees")
-    (version "1.0.1.1")
+    (version "1.0.2")
     (source
       (origin
         (method url-fetch)
-        (uri (pypi-uri "urwidtrees" version))
+        ;; package author intends on distributing via github rather than pypi:
+        ;; https://github.com/pazz/alot/issues/877#issuecomment-230173331
+        (uri (string-append "https://github.com/pazz/urwidtrees/archive/";
+                            version ".tar.gz"))
+        (file-name (string-append name "-" version ".tar.gz"))
         (sha256
           (base32
-            "1zcvy12s7h3fazf33d6y7b4v19p8hg95xqwhqlmw6jz9fq76v9h8"))))
+            "0d30lyd3s2a97rhqfax5w9ssqds2z6aydqx3c6j2c2lk3cb4ngvh"))))
     (build-system python-build-system)
     (arguments
      '(#:tests? #f)) ; no tests



reply via email to

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