Archived
1
0
Fork 0

gnu: python-decorator: Update to 5.0.9.

* gnu/packages/python-xyz.scm (python-decorator): Update to 5.0.9.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
This commit is contained in:
Daniel Meißner 2021-08-10 18:28:18 +02:00 committed by Arun Isaac
parent 77674643a3
commit bae57cc7d2
No known key found for this signature in database
GPG key ID: 2E25EE8B61802BB3

View file

@ -108,6 +108,7 @@
;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr> ;;; Copyright © 2021 Franck Pérignon <franck.perignon@univ-grenoble-alpes.fr>
;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com> ;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
;;; Copyright © 2021 Simon Streit <simon@netpanic.org> ;;; Copyright © 2021 Simon Streit <simon@netpanic.org>
;;; Copyright © 2021 Daniel Meißner <daniel.meissner-i4k@ruhr-uni-bochum.de>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -7097,13 +7098,13 @@ 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.3.0") (version "5.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 "0308djallnh00v112y5b7nadl657ysmkp6vc8xn51d6yzc9zm7n3")))) (base32 "1mcy64hllgm938v8k1x2a4g0q9swsnrfnsvhz59kr28a6ajgpv3j"))))
(build-system python-build-system) (build-system python-build-system)
(home-page "https://pypi.org/project/decorator/") (home-page "https://pypi.org/project/decorator/")
(synopsis "Python module to simplify usage of decorators") (synopsis "Python module to simplify usage of decorators")