mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-attrs: Update to 24.2.0.
* gnu/packages/python-xyz.scm (python-attrs): Update to 24.2.0. Change-Id: I7482ff7f2b1654f2b89c6a285ee40d84d2a90f89
This commit is contained in:
parent
44ee1f2182
commit
3bfea206eb
1 changed files with 2 additions and 2 deletions
|
@ -24807,13 +24807,13 @@ both as keys and as attributes.")
|
|||
(define-public python-attrs
|
||||
(package
|
||||
(name "python-attrs")
|
||||
(version "23.2.0")
|
||||
(version "24.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "attrs" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0c0zjwcqzbmpl93izm2g37gc3lsbbb9pf275fv7zcqn256sw6pck"))))
|
||||
"0ik35wvcmapzhyzvwhlsrk53pgxnswh3zh5fkdb8dc5m928ipysw"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue