mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: python-decorator: Update to 4.4.2.
* gnu/packages/python-xyz.scm (python-decorator): Update to 4.4.2.
This commit is contained in:
parent
7bca632098
commit
444cac50d6
1 changed files with 2 additions and 2 deletions
|
@ -6183,13 +6183,13 @@ (define-public python2-cairocffi
|
|||
(define-public python-decorator
|
||||
(package
|
||||
(name "python-decorator")
|
||||
(version "4.3.0")
|
||||
(version "4.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "decorator" version))
|
||||
(sha256
|
||||
(base32 "0308djallnh00v112y5b7nadl657ysmkp6vc8xn51d6yzc9zm7n3"))))
|
||||
(base32 "1rxzhk5zwiggk45hl53zydvy70lk654kg0nc1p54090p402jz9p3"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://pypi.org/project/decorator/")
|
||||
(synopsis "Python module to simplify usage of decorators")
|
||||
|
|
Loading…
Reference in a new issue