diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-09-17 14:57:00 +0200 |
|---|---|---|
| committer | Gabriel Wicki <gabriel@erlikon.ch> | 2025-09-17 22:58:47 +0200 |
| commit | 2e84388780b6282846bc81ee84e8f72cbd367248 (patch) | |
| tree | 55392902a6d938fcfd1226d50f3c01b6c5d65c31 /gnu/packages | |
| parent | 045588eba80b7048b795758fa0e606f2bce5bd86 (diff) | |
gnu: apycula: Update to 0.25.
* gnu/packages/electronics.scm (apycula): Update to 0.25.
Change-Id: Ide7b8e92191ebf966a3048fe053a57c10dde38af
Signed-off-by: Gabriel Wicki <gabriel@erlikon.ch>
Diffstat (limited to 'gnu/packages')
| -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 8d7214d474c..b8b8cd3a187 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -173,7 +173,7 @@ formal verification. This is the Yosyshq fork of ABC.") (define-public apycula (package (name "apycula") - (version "0.24") + (version "0.25") ;; The pypi tar.gz file includes the necessary .pickle files, not available ;; in the home-page repository. (source @@ -181,7 +181,7 @@ formal verification. This is the Yosyshq fork of ABC.") (method url-fetch) (uri (pypi-uri "apycula" version)) (sha256 - (base32 "1mlasq8lf90jcdwp4sk5a834bbmnnfxk2gswwcw83ypg75lli1gw")))) + (base32 "0pdq6mi8f2ablc1m85ip6sr6ih5ysm2d1k6kcsh6r62vwrxdrfh8")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;requires Gowin EDA tools (inputs (list python-crc)) |
