~ruther/guix-local

004e0a3dab39859ff93f41e3ad0bd926799d98dd — Cayetano Santos 7 months ago 95668fc
gnu: apycula: Update to 0.24.

* gnu/packages/fpga.scm (apycula): Update to 0.24.

Change-Id: I668543d92de12e3f215196fd85fc55036b33ab4b
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/fpga.scm
M gnu/packages/fpga.scm => gnu/packages/fpga.scm +2 -2
@@ 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))