diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-02-17 11:02:18 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-02-17 11:22:05 +0100 |
| commit | b8d25fa5da909813e015d72ba2bd4a7b0264a5e3 (patch) | |
| tree | 241fbf157882912a214348560af0fa334762c99c /gnu/packages/electronics.scm | |
| parent | 4dacefce981d1a3e14cca39c4e49d720c3604956 (diff) | |
gnu: python-vunit: Update to 5.0.0-dev.8.
* gnu/packages/electronics.scm (python-vunit): Update to 5.0.0-dev.8.
[arguments]: Update ’run-examples #:phase.
Change-Id: I27150ef2ff1d1644eca7d041f82283f1e7288932
Diffstat (limited to 'gnu/packages/electronics.scm')
| -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 73ce1e22f1d..613d92cba05 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -2913,7 +2913,7 @@ to enforce it.") (define-public python-vunit (package (name "python-vunit") - (version "5.0.0-dev.7") ;v4.7.0 dates back from 2 years ago. + (version "5.0.0-dev.8") ;v4.7.0 dates back from 2 years ago. (source (origin (method git-fetch) @@ -2922,7 +2922,7 @@ to enforce it.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "12xkjc98913zyb271k9qfl86wdj2fsbcjl0lv1lb4492j5iqfcgj")))) + (base32 "0a1bz5jh28i59x63fkgqf333jb68bm2hjicg2zlahzyydr4y1wji")))) (build-system pyproject-build-system) (arguments (list @@ -2965,8 +2965,7 @@ to enforce it.") (scandir "." (negate (cut member <> - '("coverage" ;unsupported feature in nvc - "data_types" ;no run.py + '("data_types" ;no run.py "docker_runall.sh" ;not a test "vivado" ;requires external tool ;; Fails with nvc |
