mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-attr: Update to 0.3.2.
* gnu/packages/python-xyz.scm (python-attr): Update to 0.3.2. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
e4750cbff9
commit
a081c80b2f
1 changed files with 5 additions and 4 deletions
|
@ -31439,15 +31439,16 @@ in doctests.")
|
|||
(define-public python-attr
|
||||
(package
|
||||
(name "python-attr")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "attr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pbpskvxp5hzdvcaf766ljwpckshir8sf7z6jqji6zyib20594ch"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "1x2627x0n2rxx8wib4cksbjjnncff8finq97k37dq70qd2kvrvhw"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel))
|
||||
(home-page "https://github.com/denis-ryzhkov/attr")
|
||||
(synopsis "Decorator for attributes of target function or class")
|
||||
(description "Simple decorator to set attributes of target function or
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue