summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCayetano Santos <csantosb@inventati.org>2026-08-25 09:14:34 +0200
committerCayetano Santos <csantosb@inventati.org>2026-08-27 11:44:27 +0200
commit444fe193641811cb09362bc3c8f83f9bb34c44ef (patch)
treec760d06314e54dff6faa4deebbb8a2ec569cc32c
parent8d2057c32f15d4645ed1fb34b7ee6a269aff7f25 (diff)
gnu: apycula: Update to 0.33.
* gnu/packages/electronics.scm (apycula): Update to 0.33. [propagated-inputs]: Remove python-crcmod. Merges guix/guix!10794.
-rw-r--r--gnu/packages/electronics.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm
index a10313ce8ad..3c537518256 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.")
390(define-public apycula 390(define-public apycula
391 (package 391 (package
392 (name "apycula") 392 (name "apycula")
393 (version "0.32") 393 (version "0.33")
394 ;; The pypi tar.gz file includes the necessary .pickle files, not available 394 ;; The pypi tar.gz file includes the necessary .pickle files, not available
395 ;; in the home-page repository. 395 ;; in the home-page repository.
396 (source 396 (source
@@ -398,7 +398,7 @@ language, ADMS transforms Verilog-AMS code into other target languages.")
398 (method url-fetch) 398 (method url-fetch)
399 (uri (pypi-uri "apycula" version)) 399 (uri (pypi-uri "apycula" version))
400 (sha256 400 (sha256
401 (base32 "0zz6mz1s7razbqsysaji7qwfsjj19av4mg7zclxaigz4hmq9ar0d")))) 401 (base32 "05kf11g0g1q8hzlpf82dls0r66swhcsbvwa00h06a7rcpxd6ydcy"))))
402 (build-system pyproject-build-system) 402 (build-system pyproject-build-system)
403 (arguments 403 (arguments
404 (list #:tests? #f ;requires Gowin EDA tools 404 (list #:tests? #f ;requires Gowin EDA tools
@@ -411,7 +411,6 @@ language, ADMS transforms Verilog-AMS code into other target languages.")
411 ((".*fastcrc.*") ""))))))) ;TODO: Package python-fastcrc 411 ((".*fastcrc.*") ""))))))) ;TODO: Package python-fastcrc
412 (propagated-inputs 412 (propagated-inputs
413 (list python-cattrs 413 (list python-cattrs
414 python-crcmod
415 python-numpy 414 python-numpy
416 python-msgpack 415 python-msgpack
417 python-msgspec)) 416 python-msgspec))