gnu: python-decorator: Update to 4.0.9.

* gnu/packages/python.scm (python-decorator): Update to 4.0.9.
This commit is contained in:
Efraim Flashner 2016-02-25 20:50:02 +02:00
parent cc0c4fdedd
commit eb6e2e812a
1 changed files with 3 additions and 3 deletions

View File

@ -3961,18 +3961,18 @@ PNG, PostScript, PDF, and SVG file output.")
(define-public python-decorator (define-public python-decorator
(package (package
(name "python-decorator") (name "python-decorator")
(version "4.0.6") (version "4.0.9")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "decorator" version)) (uri (pypi-uri "decorator" version))
(sha256 (sha256
(base32 "1710cwsbwr8fkiq59w2min7rwgdz7ly51yz8l8yh1zbpfxcm8qhw")))) (base32 "1a5vwhflfd9sh3rfb40xlyipldgdzfff6brman57hqv3661jw0lh"))))
(build-system python-build-system) (build-system python-build-system)
(arguments '(#:tests? #f)) ; no test target (arguments '(#:tests? #f)) ; no test target
(native-inputs (native-inputs
`(("python-setuptools" ,python-setuptools))) `(("python-setuptools" ,python-setuptools)))
(home-page "http://pypi.python.org/pypi/decorator/") (home-page "https://pypi.python.org/pypi/decorator/")
(synopsis "Python module to simplify usage of decorators") (synopsis "Python module to simplify usage of decorators")
(description (description
"The aim of the decorator module is to simplify the usage of decorators "The aim of the decorator module is to simplify the usage of decorators