diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-01 11:07:23 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-01 11:07:23 +0100 |
| commit | fc650babdd064e57ccf6b6ea13b24e4162bab893 (patch) | |
| tree | d17729cd055edac76e131dbb25a9c2d63f509259 /gnu | |
| parent | 91f275a3f0018665b1de8d8267f6bc5b7ad23df5 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 999fdc971a7..bed76fb4c89 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -2519,7 +2519,7 @@ to enforce it.") (define-public python-vunit (package (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 (origin (method git-fetch) @@ -2528,7 +2528,7 @@ to enforce it.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1si542jrrvibiigaridg2vds5smbiass7g5pdfk5z26xqgbh0fxc")))) + (base32 "12xkjc98913zyb271k9qfl86wdj2fsbcjl0lv1lb4492j5iqfcgj")))) (build-system pyproject-build-system) (arguments (list @@ -2595,8 +2595,7 @@ to enforce it.") (list nvc python-pytest python-setuptools - python-setuptools-scm - python-wheel)) + python-setuptools-scm)) (inputs (list json-for-vhdl-for-vunit osvvm-2023.04)) (propagated-inputs |
