summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-04-04 21:16:44 +0200
committerAndreas Enge <andreas@enge.fr>2025-04-16 11:46:27 +0200
commita081c80b2f70c508e1ffb891f75ad14c71c7f15f (patch)
tree006ebdef86a7c53c3f2ed0741f847aabc2f3502f /gnu/packages/python-xyz.scm
parente4750cbff9f3c4120aabb059d61f4102a83e5d68 (diff)
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb60c24dc9..d61c67366b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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