gnu: python-intelhex: Update to 2.3.0.
* gnu/packages/python-xyz.scm (python-intelhex): Update to 2.3.0. [arguments]: Enable the tests.
This commit is contained in:
parent
cd4092b7a3
commit
67429314e4
@ -23553,16 +23553,15 @@ existing Hunspell hyphenation dictionaries.")
|
|||||||
(define-public python-intelhex
|
(define-public python-intelhex
|
||||||
(package
|
(package
|
||||||
(name "python-intelhex")
|
(name "python-intelhex")
|
||||||
(version "2.2.1")
|
(version "2.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "intelhex" version))
|
(uri (pypi-uri "intelhex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ckqjbxd8gwcg98gfzpn4vq1qxzfvq3rdbrr1hikj1nmw08qb780"))))
|
"14q04p6qs47ab9w55232ylrdn4wm9rswz36s6x999x0rlxhp6aw9"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ;issue with version
|
|
||||||
(home-page "https://pypi.org/project/IntelHex/")
|
(home-page "https://pypi.org/project/IntelHex/")
|
||||||
(synopsis "Python library for Intel HEX files manipulations")
|
(synopsis "Python library for Intel HEX files manipulations")
|
||||||
(description "The Intel HEX file format is widely used in microprocessors
|
(description "The Intel HEX file format is widely used in microprocessors
|
||||||
|
Loading…
Reference in New Issue
Block a user