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 7ab0ba4352 gnu: iverilog: Update to 13_0.
7ab0ba4352 is described below
commit 7ab0ba4352ef57746ed2537a614c7492423f3431
Author: Cayetano Santos <[email protected]>
AuthorDate: Mon Mar 2 08:27:37 2026 +0100
gnu: iverilog: Update to 13_0.
* gnu/packages/electronics.scm (iverilog): Update to 13_0.
Merges guix/guix!6812
Change-Id: I6bc5333d3af1c67357e329bf07d0a0065ddca3bd
---
gnu/packages/electronics.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index 2d4ce7a18a..eb4b3aec29 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -680,17 +680,17 @@ Simulator Trace} files.")
(define-public iverilog
(package
(name "iverilog")
- (version "20251012")
+ (version "13_0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/steveicarus/iverilog")
(commit
- (string-append "s" version))))
+ (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "05k4x4lcgx554w2a8qcmmgjmg0k6swvcwl1pn5kcv4xafcz6rmxj"))))
+ (base32 "0vjja9vlnia42wb5l6vg7zv2v3n6d70nr0l26b3v0lmpnb3q7ws9"))))
(build-system gnu-build-system)
(arguments
(list