diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-19 12:00:18 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2025-11-30 18:45:00 +0100 |
| commit | c0f165f0fd89641b2be5181c070f54ec2bbf4d55 (patch) | |
| tree | 966dfcbee83b3dbf3f2730dd33180ca659123366 | |
| parent | b7a93ce80c77992403debe32d94df646ab15b9ba (diff) | |
gnu: apycula: Update to 0.28.
* gnu/packages/electronics.scm (apycula): Update to 0.28.
[native-inputs]: Remove python-wheel.
Change-Id: I90eb43c2b242e128993e189022acdd7010c69958
| -rw-r--r-- | gnu/packages/electronics.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 6b8c73f8e06..d562076bc19 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -263,7 +263,7 @@ formal verification. This is the Yosyshq fork of ABC.") (define-public apycula (package (name "apycula") - (version "0.27") + (version "0.28") ;; The pypi tar.gz file includes the necessary .pickle files, not available ;; in the home-page repository. (source @@ -271,11 +271,11 @@ formal verification. This is the Yosyshq fork of ABC.") (method url-fetch) (uri (pypi-uri "apycula" version)) (sha256 - (base32 "15ndyjfpikn1hhgwp2l43pzlnjg3jg7zc86zr6vk5qr6jxpzm6j1")))) + (base32 "0llwcz4fji4sbdajlr43spf3mgdaw42rm15va1l9zb8314fn7wq1")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;requires Gowin EDA tools (inputs (list python-crc)) - (native-inputs (list python-setuptools python-wheel)) + (native-inputs (list python-setuptools)) (home-page "https://github.com/YosysHQ/apicula/") (synopsis "Gowin FPGA bitstream format") (description |
