gnu: apycula: Update to 0.23.

* gnu/packages/fpga.scm (apycula): Update to 0.23.

Change-Id: I7797063992162379e593fb3e02847da2b515d608
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Cayetano Santos 2025-08-29 22:31:19 +02:00 committed by Andreas Enge
parent 7c3c3c80ce
commit a612e7cc8b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -147,15 +147,15 @@ formal verification. This is the Yosyshq fork of ABC.")
(define-public apycula (define-public apycula
(package (package
(name "apycula") (name "apycula")
(version "0.22") (version "0.23")
;; The pypi tar.gz file includes the necessary .pickle files, not available ;; The pypi tar.gz file includes the necessary .pickle files, not available
;; in the home-page repository. ;; in the home-page repository.
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Apycula" version)) (uri (pypi-uri "apycula" version))
(sha256 (sha256
(base32 "15xwmi6z2p7jz17l5bqs511yh8jis1dacqc8fypx49jysl7h0apd")))) (base32 "1kk9hi8zhdp1am5vj716lwlmrs31lxrwhdbbc4qsad470dcjqs57"))))
(build-system pyproject-build-system) (build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;requires Gowin EDA tools (arguments (list #:tests? #f)) ;requires Gowin EDA tools
(inputs (list python-crc)) (inputs (list python-crc))