mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-canopen: Update to 2.4.1.
* gnu/packages/python-xyz.scm (python-canopen): Update to 2.4.1. [source]: Switch to git-fetch. [native-inputs]: Remove python-wheel. Add python-setuptools. Change-Id: Ie1f49c6ce10d9fb6d3ba90a442c5b1d50f9dc554 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
409264cf1d
commit
bd1ba5a740
1 changed files with 8 additions and 5 deletions
|
@ -5450,15 +5450,18 @@ converting and comparing CAN databases.")
|
||||||
(define-public python-canopen
|
(define-public python-canopen
|
||||||
(package
|
(package
|
||||||
(name "python-canopen")
|
(name "python-canopen")
|
||||||
(version "2.3.0")
|
(version "2.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (pypi-uri "canopen" version))
|
(uri (git-reference
|
||||||
|
(url "https://github.com/canopen-python/canopen")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09xqqrb8vfyj3bw61nlgpl1qy86fnm72vpbd80m5p38k7jlq883r"))))
|
(base32 "0vw6si83m4329p0k0q4b54gn1pindfzkmx6wxqy03bixd94bxw5y"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs (list python-pytest python-wheel))
|
(native-inputs (list python-pytest python-setuptools))
|
||||||
(propagated-inputs (list python-can))
|
(propagated-inputs (list python-can))
|
||||||
(home-page "https://github.com/canopen-python/canopen")
|
(home-page "https://github.com/canopen-python/canopen")
|
||||||
(synopsis "CANopen stack implementation")
|
(synopsis "CANopen stack implementation")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue