mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 11:32:21 +02:00
gnu: python-vunit: Update to 5.0.0-dev.7.
* gnu/packages/electronics.scm (python-vunit): Update to 5.0.0-dev.7. [native-inputs]: Remove python-wheel. Change-Id: I6d4af27e8b68e42396e2aa63c4462021db90148b
This commit is contained in:
@@ -2519,7 +2519,7 @@ to enforce it.")
|
|||||||
(define-public python-vunit
|
(define-public python-vunit
|
||||||
(package
|
(package
|
||||||
(name "python-vunit")
|
(name "python-vunit")
|
||||||
(version "5.0.0-dev.6") ;v4.7.0 dates back from 2 years ago.
|
(version "5.0.0-dev.7") ;v4.7.0 dates back from 2 years ago.
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -2528,7 +2528,7 @@ to enforce it.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1si542jrrvibiigaridg2vds5smbiass7g5pdfk5z26xqgbh0fxc"))))
|
(base32 "12xkjc98913zyb271k9qfl86wdj2fsbcjl0lv1lb4492j5iqfcgj"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -2595,8 +2595,7 @@ to enforce it.")
|
|||||||
(list nvc
|
(list nvc
|
||||||
python-pytest
|
python-pytest
|
||||||
python-setuptools
|
python-setuptools
|
||||||
python-setuptools-scm
|
python-setuptools-scm))
|
||||||
python-wheel))
|
|
||||||
(inputs
|
(inputs
|
||||||
(list json-for-vhdl-for-vunit osvvm-2023.04))
|
(list json-for-vhdl-for-vunit osvvm-2023.04))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|||||||
Reference in New Issue
Block a user