gnu: python-dataclasses: Update to 0.8.
* gnu/packages/python-xyz.scm (python-dataclasses): Update to 0.8.master
parent
f41e56dcf1
commit
17f3194150
|
@ -25334,14 +25334,14 @@ disk files in asyncio applications.")
|
||||||
(define-public python-dataclasses
|
(define-public python-dataclasses
|
||||||
(package
|
(package
|
||||||
(name "python-dataclasses")
|
(name "python-dataclasses")
|
||||||
(version "0.7")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dataclasses" version))
|
(uri (pypi-uri "dataclasses" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1rh8111fbws2vxyf2qy2zw3x6p6cq1jfz8pf904gig5qwg56sjj9"))))
|
"15sc12nrc7gxwb30vfa6frzdnpmbap9ibi1fr1yrbkra6izhcyc4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(home-page
|
(home-page
|
||||||
"https://github.com/ericvsmith/dataclasses")
|
"https://github.com/ericvsmith/dataclasses")
|
||||||
|
|
Reference in New Issue