gnu: python-decorator: Update to 4.0.10.

* gnu/packages/python.scm (python-decorator): Update to 4.0.10.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-02 08:16:42 +01:00
parent 819939cb94
commit d79fa7da1b
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -4449,13 +4449,13 @@ (define-public python2-cairocffi
(define-public python-decorator
(package
(name "python-decorator")
(version "4.0.9")
(version "4.0.10")
(source
(origin
(method url-fetch)
(uri (pypi-uri "decorator" version))
(sha256
(base32 "1a5vwhflfd9sh3rfb40xlyipldgdzfff6brman57hqv3661jw0lh"))))
(base32 "0w7hg59hlpq74jpyja4yfryap0ccjvchgpkfp20rhj9krgnrhvlw"))))
(build-system python-build-system)
(arguments '(#:tests? #f)) ; no test target
(home-page "https://pypi.python.org/pypi/decorator/")