This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new fc650babdd gnu: python-vunit: Update to 5.0.0-dev.7.
fc650babdd is described below
commit fc650babdd064e57ccf6b6ea13b24e4162bab893
Author: Cayetano Santos <[email protected]>
AuthorDate: Thu Jan 1 11:07:23 2026 +0100
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
---
gnu/packages/electronics.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 999fdc971a..bed76fb4c8 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