From 004e0a3dab39859ff93f41e3ad0bd926799d98dd Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Sat, 6 Sep 2025 22:45:10 +0200 Subject: [PATCH] gnu: apycula: Update to 0.24. * gnu/packages/fpga.scm (apycula): Update to 0.24. Change-Id: I668543d92de12e3f215196fd85fc55036b33ab4b Signed-off-by: Maxim Cournoyer --- gnu/packages/fpga.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/fpga.scm b/gnu/packages/fpga.scm index 1034553fcf008d9b8a158ac1755ee1706623a76b..9e96d1fb8912c06f741a62c99280462931e79db1 100644 --- a/gnu/packages/fpga.scm +++ b/gnu/packages/fpga.scm @@ -147,7 +147,7 @@ formal verification. This is the Yosyshq fork of ABC.") (define-public apycula (package (name "apycula") - (version "0.23") + (version "0.24") ;; The pypi tar.gz file includes the necessary .pickle files, not available ;; in the home-page repository. (source @@ -155,7 +155,7 @@ formal verification. This is the Yosyshq fork of ABC.") (method url-fetch) (uri (pypi-uri "apycula" version)) (sha256 - (base32 "1kk9hi8zhdp1am5vj716lwlmrs31lxrwhdbbc4qsad470dcjqs57")))) + (base32 "1mlasq8lf90jcdwp4sk5a834bbmnnfxk2gswwcw83ypg75lli1gw")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;requires Gowin EDA tools (inputs (list python-crc))