From cd5b4c89d9709deee774c761e72dd0e6a61ab1a3 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sat, 28 Dec 2024 16:55:35 +0100 Subject: [PATCH] chore: update cocotb --- hdl_spi/manifest.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/hdl_spi/manifest.scm b/hdl_spi/manifest.scm index 08c9757..0b674a4 100644 --- a/hdl_spi/manifest.scm +++ b/hdl_spi/manifest.scm @@ -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)) -- 2.48.1