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
(package
(name "python-can")
(version "4.0.0")
(version "4.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-can" version))
(sha256
(base32
"0pcbdgdw94lc2sxd56w6wdsshrs9dd5d3wp0x4sfd0drzx32inar"))))
"1w5sdzxivpd3pw4pypwnjlksvfimdb93qnlddbrh5f13flhsgg8g"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases