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 a612e7cc8b gnu: apycula: Update to 0.23.
a612e7cc8b is described below
commit a612e7cc8bc60a3c5fe08c3260dfac0ffe645ce5
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Aug 29 22:31:19 2025 +0200
gnu: apycula: Update to 0.23.
* gnu/packages/fpga.scm (apycula): Update to 0.23.
Change-Id: I7797063992162379e593fb3e02847da2b515d608
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/fpga.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm
index 95a5e57a06..377aeeb251 100644
--- a/gnu/packages/fpga.scm
+++ b/gnu/packages/fpga.scm
@@ -147,15 +147,15 @@ formal verification. This is the Yosyshq fork of ABC.")
(define-public apycula
(package
(name "apycula")
- (version "0.22")
+ (version "0.23")
;; The pypi tar.gz file includes the necessary .pickle files, not available
;; in the home-page repository.
(source
(origin
(method url-fetch)
- (uri (pypi-uri "Apycula" version))
+ (uri (pypi-uri "apycula" version))
(sha256
- (base32 "15xwmi6z2p7jz17l5bqs511yh8jis1dacqc8fypx49jysl7h0apd"))))
+ (base32 "1kk9hi8zhdp1am5vj716lwlmrs31lxrwhdbbc4qsad470dcjqs57"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;requires Gowin EDA tools
(inputs (list python-crc))