gnu: python-can: Update to 4.2.0.

* gnu/packages/python-xyz.scm (python-can): Update to 4.2.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sharlatan Hellseher 2023-05-10 23:12:31 +01:00 committed by Efraim Flashner
parent a6e21911bf
commit 269fa79398
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2688,14 +2688,14 @@ (define-public python-aenum
(define-public python-can (define-public python-can
(package (package
(name "python-can") (name "python-can")
(version "4.0.0") (version "4.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "python-can" version)) (uri (pypi-uri "python-can" version))
(sha256 (sha256
(base32 (base32
"0pcbdgdw94lc2sxd56w6wdsshrs9dd5d3wp0x4sfd0drzx32inar")))) "1w5sdzxivpd3pw4pypwnjlksvfimdb93qnlddbrh5f13flhsgg8g"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases (modify-phases %standard-phases `(#:phases (modify-phases %standard-phases