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 56cb8e3b976 gnu: python-pyuvm: Update to 5.0.0.
56cb8e3b976 is described below
commit 56cb8e3b9764f1a5a0d20b547227af41946efd35
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Sep 20 20:16:45 2026 +0200
gnu: python-pyuvm: Update to 5.0.0.
* gnu/packages/electronics.scm (python-pyuvm): Update to 5.0.0.
---
gnu/packages/electronics.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index b5332b1e532..e45cc796e51 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3840,7 +3840,7 @@ Standard} data mode.")
(define-public python-pyuvm
(package
(name "python-pyuvm")
- (version "4.0.1")
+ (version "5.0.0")
(source
(origin
(method git-fetch)
@@ -3849,7 +3849,7 @@ Standard} data mode.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "02ldgkc4srw940xrd00r3q7jxvj5w8q5vblp4z17w04ml862inlf"))))
+ (base32 "12xfc9kxr7pw8f9wmk3lblly9hmabpdxlh4228wl1a0i4x4nzf3v"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest python-setuptools))