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 9930eaa93d gnu: python-pyrtl: Update to 1.0.0.
9930eaa93d is described below
commit 9930eaa93df6419977ce7b60b8aa00101a423625
Author: Cayetano Santos <[email protected]>
AuthorDate: Sun Jun 21 17:01:47 2026 +0200
gnu: python-pyrtl: Update to 1.0.0.
* gnu/packages/electronics.scm (python-pyrtl): Update to 1.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 9848ace5d2..b1d1481ba3 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -3704,7 +3704,7 @@ the @acronym{FDTD, Finite-Difference Time-Domain}
method.")
(define-public python-pyrtl
(package
(name "python-pyrtl")
- (version "0.12")
+ (version "1.0.0")
(source
(origin
(method git-fetch)
@@ -3713,7 +3713,7 @@ the @acronym{FDTD, Finite-Difference Time-Domain}
method.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0f0g57lwpbzbm1hk9n7ndzw0zpx6srclsxxbsp2760wcna64lpl6"))))
+ (base32 "0r42yh9ncrb6k9z35skw35dba4173lmb7xxka13iwwwghnl935vy"))))
(build-system pyproject-build-system)
(native-inputs
(list python-hatchling python-hatch-vcs python-pytest))