~ruther/guix-local

d79fa7da1bf59a732ecb6ed9652e53d28c0f6171 — Tobias Geerinckx-Rice 9 years ago 819939c
gnu: python-decorator: Update to 4.0.10.

* gnu/packages/python.scm (python-decorator): Update to 4.0.10.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/python.scm
M gnu/packages/python.scm => gnu/packages/python.scm +2 -2
@@ 4449,13 4449,13 @@ PNG, PostScript, PDF, and SVG file output.")
(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/")