diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-04-08 08:07:49 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-04-08 08:07:49 +0200 |
| commit | 6f8a7927fbc45288b2159df9b2e3be0b243d2450 (patch) | |
| tree | da73f6cddd35eb994a83d396ce5ce38bc650503c /gnu | |
| parent | 4af0ddd22d73c820104e6490fc171b35f6f38d48 (diff) | |
gnu: apycula: Update to 0.32.
* gnu/packages/electronics.scm (apycula): Update to 0.32.
Change-Id: I8026cf6e3d54ef4dc220ee133a97ace3a1daf44c
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 10bcb034bb..ac5ac8be18 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -296,7 +296,7 @@ formal verification. This is the Yosyshq fork of ABC.") (define-public apycula (package (name "apycula") - (version "0.31") + (version "0.32") ;; The pypi tar.gz file includes the necessary .pickle files, not available ;; in the home-page repository. (source @@ -304,7 +304,7 @@ formal verification. This is the Yosyshq fork of ABC.") (method url-fetch) (uri (pypi-uri "apycula" version)) (sha256 - (base32 "0pf43cd071kv5ann78hl5qrcj9vhndr46ds2g12sgnfjfvh6pfpg")))) + (base32 "0zz6mz1s7razbqsysaji7qwfsjj19av4mg7zclxaigz4hmq9ar0d")))) (build-system pyproject-build-system) (arguments (list #:tests? #f ;requires Gowin EDA tools |
