~ruther/vhdl-spi-2

cd5b4c89d9709deee774c761e72dd0e6a61ab1a3 — Rutherther 3 months ago 55fdca2
chore: update cocotb
1 files changed, 6 insertions(+), 3 deletions(-)

M hdl_spi/manifest.scm
M hdl_spi/manifest.scm => hdl_spi/manifest.scm +6 -3
@@ 2,6 2,7 @@
 ((guix licenses) #:prefix license:)
 (guix packages)
 (guix download)
 (guix git-download)
 (gnu packages python-build)
 (guix build-system python)
 (guix build-system pyproject))


@@ 31,10 32,12 @@
    (version "1.9.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "cocotb" version))
       (method git-fetch)
       (uri (git-reference
	      (url "https://github.com/cocotb/cocotb")
        (commit "d4aa1e1a0560a60daa401610db5211fb7c5bcf97")))
       (sha256
        (base32 "0lhnvfzzfkz41pchf0sg302ssj0bvipcafh861a4xcf13vsymkg4"))))
	 (base32 "11ap161qs6b9fm3wakicg3d0x2bgnvx8lir6911vzrp2m2dij0d8"))))
    (build-system pyproject-build-system)
    (propagated-inputs (list python-find-libpython))
    (native-inputs (list python-setuptools python-wheel))

Do not follow this link