guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: python-decorator: Update to 4.0.6.


From: Efraim Flashner
Subject: 06/06: gnu: python-decorator: Update to 4.0.6.
Date: Sat, 26 Dec 2015 21:12:07 +0000

efraim pushed a commit to branch master
in repository guix.

commit e21338bec5baaf831521986e512afb8208d0a18f
Author: Efraim Flashner <address@hidden>
Date:   Fri Dec 25 15:47:46 2015 +0200

    gnu: python-decorator: Update to 4.0.6.
    
    * gnu/packages/python.scm (python-decorator): Update to 4.0.6.
---
 gnu/packages/python.scm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index e3397b1..164907e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3889,15 +3889,13 @@ PNG, PostScript, PDF, and SVG file output.")
 (define-public python-decorator
   (package
     (name "python-decorator")
-    (version "3.4.2")
+    (version "4.0.6")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "https://pypi.python.org/packages/source/d/decorator/decorator-";
-             version ".tar.gz"))
+       (uri (pypi-uri "decorator" version))
        (sha256
-        (base32 "0i2bnlkh0p9gs76hb28mafandcrig2fmv56w9ai6mshxwqn0083k"))))
+        (base32 "1710cwsbwr8fkiq59w2min7rwgdz7ly51yz8l8yh1zbpfxcm8qhw"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; no test target
     (native-inputs



reply via email to

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