~ruther/guix-local

261211ca15f423cc3f3c79a7ee1143151258f2c1 — Cayetano Santos 6 months ago f25ce44
gnu: python-cocotb: Update to 2.0.0.

* gnu/packages/electronics.scm (python-cocotb): Update to 2.0.0.
[native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next.

Change-Id: Iba4e231074c84ec5170533a1d14eea79dc7dfdf7
1 files changed, 3 insertions(+), 4 deletions(-)

M gnu/packages/electronics.scm
M gnu/packages/electronics.scm => gnu/packages/electronics.scm +3 -4
@@ 746,7 746,7 @@ verification.")
(define-public python-cocotb
  (package
    (name "python-cocotb")
    (version "2.0.0b1")
    (version "2.0.0")
    (source
     (origin
       (method git-fetch)


@@ 755,7 755,7 @@ verification.")
              (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "14aas4vw9cb9krnvw21vfmwqivvc2cwzi9rvmvap6xcw9f2dsyy9"))))
        (base32 "0b9wc14df11wkwa20wkij4iip07841qsr0yir9g7dww069rj36q6"))))
    (build-system pyproject-build-system)
    (arguments
     (list


@@ 765,8 765,7 @@ verification.")
     (list iverilog
           nvc
           python-pytest
           python-setuptools
           python-wheel))
           python-setuptools-next))
    (propagated-inputs
     (list python-find-libpython))
    (home-page "https://github.com/cocotb/cocotb")