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:
Nicolas Graves 2025-04-04 21:16:44 +02:00 committed by Andreas Enge
parent e4750cbff9
commit a081c80b2f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -31439,15 +31439,16 @@ in doctests.")
(define-public python-attr (define-public python-attr
(package (package
(name "python-attr") (name "python-attr")
(version "0.3.1") (version "0.3.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "attr" version)) (uri (pypi-uri "attr" version))
(sha256 (sha256
(base32 (base32 "1x2627x0n2rxx8wib4cksbjjnncff8finq97k37dq70qd2kvrvhw"))))
"0pbpskvxp5hzdvcaf766ljwpckshir8sf7z6jqji6zyib20594ch")))) (build-system pyproject-build-system)
(build-system python-build-system) (native-inputs
(list python-setuptools python-wheel))
(home-page "https://github.com/denis-ryzhkov/attr") (home-page "https://github.com/denis-ryzhkov/attr")
(synopsis "Decorator for attributes of target function or class") (synopsis "Decorator for attributes of target function or class")
(description "Simple decorator to set attributes of target function or (description "Simple decorator to set attributes of target function or