summaryrefslogtreecommitdiff
path: root/gnu/packages/python.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-02-25 20:50:02 +0200
committerEfraim Flashner <efraim@flashner.co.il>2016-02-25 21:05:37 +0200
commiteb6e2e812a6295b4d66fa23cb7397707a1546873 (patch)
tree3933a32ff3d9d332be5038bc32f034cce6557aca /gnu/packages/python.scm
parentcc0c4fdeddae1effb9550d22a972ecaebe243cbc (diff)
gnu: python-decorator: Update to 4.0.9.
* gnu/packages/python.scm (python-decorator): Update to 4.0.9.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r--gnu/packages/python.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 13a54e63ebc..02883f82806 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3961,18 +3961,18 @@ PNG, PostScript, PDF, and SVG file output.")
3961(define-public python-decorator 3961(define-public python-decorator
3962 (package 3962 (package
3963 (name "python-decorator") 3963 (name "python-decorator")
3964 (version "4.0.6") 3964 (version "4.0.9")
3965 (source 3965 (source
3966 (origin 3966 (origin
3967 (method url-fetch) 3967 (method url-fetch)
3968 (uri (pypi-uri "decorator" version)) 3968 (uri (pypi-uri "decorator" version))
3969 (sha256 3969 (sha256
3970 (base32 "1710cwsbwr8fkiq59w2min7rwgdz7ly51yz8l8yh1zbpfxcm8qhw")))) 3970 (base32 "1a5vwhflfd9sh3rfb40xlyipldgdzfff6brman57hqv3661jw0lh"))))
3971 (build-system python-build-system) 3971 (build-system python-build-system)
3972 (arguments '(#:tests? #f)) ; no test target 3972 (arguments '(#:tests? #f)) ; no test target
3973 (native-inputs 3973 (native-inputs
3974 `(("python-setuptools" ,python-setuptools))) 3974 `(("python-setuptools" ,python-setuptools)))
3975 (home-page "http://pypi.python.org/pypi/decorator/") 3975 (home-page "https://pypi.python.org/pypi/decorator/")
3976 (synopsis "Python module to simplify usage of decorators") 3976 (synopsis "Python module to simplify usage of decorators")
3977 (description 3977 (description
3978 "The aim of the decorator module is to simplify the usage of decorators 3978 "The aim of the decorator module is to simplify the usage of decorators