guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 63d14f3e48cd579c32df4f86b5d6ce1ee6c85c1b
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Oct 1 12:15:36 2025 +0200
gnu: apycula: Update to 0.27.
* gnu/packages/electronics.scm (apycula): Update to 0.27.
Change-Id: I32781f290401c75edc960595467cb78df5aa2eee
Signed-off-by: Maxim Cournoyer <[email protected]>
---
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 9ae57c7840..dd341b219c 100644
--- a/gnu/packages/electronics.scm
+++ b/gnu/packages/electronics.scm
@@ -254,7 +254,7 @@ formal verification. This is the Yosyshq fork of ABC.")
(define-public apycula
(package
(name "apycula")
- (version "0.25")
+ (version "0.27")
;; The pypi tar.gz file includes the necessary .pickle files, not available
;; in the home-page repository.
(source
@@ -262,7 +262,7 @@ formal verification. This is the Yosyshq fork of ABC.")
(method url-fetch)
(uri (pypi-uri "apycula" version))
(sha256
- (base32 "0pdq6mi8f2ablc1m85ip6sr6ih5ysm2d1k6kcsh6r62vwrxdrfh8"))))
+ (base32 "15ndyjfpikn1hhgwp2l43pzlnjg3jg7zc86zr6vk5qr6jxpzm6j1"))))
(build-system pyproject-build-system)
(arguments (list #:tests? #f)) ;requires Gowin EDA tools
(inputs (list python-crc))