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 444fe19364 gnu: apycula: Update to 0.33.
444fe19364 is described below
commit 444fe193641811cb09362bc3c8f83f9bb34c44ef
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Aug 25 09:14:34 2026 +0200
gnu: apycula: Update to 0.33.
* gnu/packages/electronics.scm (apycula): Update to 0.33.
[propagated-inputs]: Remove python-crcmod.
Merges guix/guix!10794.
---
gnu/packages/electronics.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a10313ce8a..3c53751825 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -390,7 +390,7 @@ language, ADMS transforms Verilog-AMS code into other
target languages.")
(define-public apycula
(package
(name "apycula")
- (version "0.32")
+ (version "0.33")
;; The pypi tar.gz file includes the necessary .pickle files, not available
;; in the home-page repository.
(source
@@ -398,7 +398,7 @@ language, ADMS transforms Verilog-AMS code into other
target languages.")
(method url-fetch)
(uri (pypi-uri "apycula" version))
(sha256
- (base32 "0zz6mz1s7razbqsysaji7qwfsjj19av4mg7zclxaigz4hmq9ar0d"))))
+ (base32 "05kf11g0g1q8hzlpf82dls0r66swhcsbvwa00h06a7rcpxd6ydcy"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f ;requires Gowin EDA tools
@@ -411,7 +411,6 @@ language, ADMS transforms Verilog-AMS code into other
target languages.")
((".*fastcrc.*") ""))))))) ;TODO: Package python-fastcrc
(propagated-inputs
(list python-cattrs
- python-crcmod
python-numpy
python-msgpack
python-msgspec))