Archived
1
0
Fork 0

gnu: python-dataclasses: Update to 0.8.

* gnu/packages/python-xyz.scm (python-dataclasses): Update to 0.8.
This commit is contained in:
Ricardo Wurmus 2021-06-07 10:50:50 +02:00
parent f41e56dcf1
commit 17f3194150
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25334,14 +25334,14 @@ disk files in asyncio applications.")
(define-public python-dataclasses
(package
(name "python-dataclasses")
(version "0.7")
(version "0.8")
(source
(origin
(method url-fetch)
(uri (pypi-uri "dataclasses" version))
(sha256
(base32
"1rh8111fbws2vxyf2qy2zw3x6p6cq1jfz8pf904gig5qwg56sjj9"))))
"15sc12nrc7gxwb30vfa6frzdnpmbap9ibi1fr1yrbkra6izhcyc4"))))
(build-system python-build-system)
(home-page
"https://github.com/ericvsmith/dataclasses")