diff options
| -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.") | |||
| 2519 | (define-public python-vunit | 2519 | (define-public python-vunit |
| 2520 | (package | 2520 | (package |
| 2521 | (name "python-vunit") | 2521 | (name "python-vunit") |
| 2522 | (version "5.0.0-dev.6") ;v4.7.0 dates back from 2 years ago. | 2522 | (version "5.0.0-dev.7") ;v4.7.0 dates back from 2 years ago. |
| 2523 | (source | 2523 | (source |
| 2524 | (origin | 2524 | (origin |
| 2525 | (method git-fetch) | 2525 | (method git-fetch) |
| @@ -2528,7 +2528,7 @@ to enforce it.") | |||
| 2528 | (commit (string-append "v" version)))) | 2528 | (commit (string-append "v" version)))) |
| 2529 | (file-name (git-file-name name version)) | 2529 | (file-name (git-file-name name version)) |
| 2530 | (sha256 | 2530 | (sha256 |
| 2531 | (base32 "1si542jrrvibiigaridg2vds5smbiass7g5pdfk5z26xqgbh0fxc")))) | 2531 | (base32 "12xkjc98913zyb271k9qfl86wdj2fsbcjl0lv1lb4492j5iqfcgj")))) |
| 2532 | (build-system pyproject-build-system) | 2532 | (build-system pyproject-build-system) |
| 2533 | (arguments | 2533 | (arguments |
| 2534 | (list | 2534 | (list |
| @@ -2595,8 +2595,7 @@ to enforce it.") | |||
| 2595 | (list nvc | 2595 | (list nvc |
| 2596 | python-pytest | 2596 | python-pytest |
| 2597 | python-setuptools | 2597 | python-setuptools |
| 2598 | python-setuptools-scm | 2598 | python-setuptools-scm)) |
| 2599 | python-wheel)) | ||
| 2600 | (inputs | 2599 | (inputs |
| 2601 | (list json-for-vhdl-for-vunit osvvm-2023.04)) | 2600 | (list json-for-vhdl-for-vunit osvvm-2023.04)) |
| 2602 | (propagated-inputs | 2601 | (propagated-inputs |
