guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: python-decorator: Update to 4.1.2.


From: Marius Bakke
Subject: 01/03: gnu: python-decorator: Update to 4.1.2.
Date: Sun, 5 Nov 2017 12:19:46 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit e55c46b850b639f3546ecd311170584a63476d23
Author: Gábor Boskovits <address@hidden>
Date:   Sat Nov 4 20:39:45 2017 +0100

    gnu: python-decorator: Update to 4.1.2.
    
    * gnu/packages/python.scm (python-decorator): Update to 4.1.2.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 gnu/packages/python.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 6244605..e506f6d 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5356,13 +5356,13 @@ PNG, PostScript, PDF, and SVG file output.")
 (define-public python-decorator
   (package
     (name "python-decorator")
-    (version "4.0.10")
+    (version "4.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "decorator" version))
        (sha256
-        (base32 "0w7hg59hlpq74jpyja4yfryap0ccjvchgpkfp20rhj9krgnrhvlw"))))
+        (base32 "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw"))))
     (build-system python-build-system)
     (arguments '(#:tests? #f)) ; no test target
     (home-page "https://pypi.python.org/pypi/decorator/";)



reply via email to

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