mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-migen: Update to 0.9.2-1.6e3a9e1.
* gnu/packages/fpga.scm (python-migen): Update to 0.9.2-1.6e3a9e1. [native-inputs]: Remove python-setuptools and python-wheel; add python-setuptools-next. Change-Id: Id20f8a46c2608c081c9fcd7133b43723c86fa98d Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
This commit is contained in:
parent
ceb243e475
commit
182e721b55
1 changed files with 4 additions and 5 deletions
|
@ -571,8 +571,8 @@ Simulator Trace} files.")
|
||||||
;; XXX: The latest version tag (0.9.2) was placed in 2019, there are latest
|
;; XXX: The latest version tag (0.9.2) was placed in 2019, there are latest
|
||||||
;; changes supporting Python 3.11 on master branch, see
|
;; changes supporting Python 3.11 on master branch, see
|
||||||
;; <https://github.com/m-labs/migen/issues/259>.
|
;; <https://github.com/m-labs/migen/issues/259>.
|
||||||
(let ((commit "2828df54594673653a641ab551caf6c6b1bfeee5")
|
(let ((commit "6e3a9e150fb006dabc4b55043d3af18dbfecd7e8")
|
||||||
(revision "0"))
|
(revision "1"))
|
||||||
(package
|
(package
|
||||||
(name "python-migen")
|
(name "python-migen")
|
||||||
(version (git-version "0.9.2" revision commit))
|
(version (git-version "0.9.2" revision commit))
|
||||||
|
@ -585,12 +585,11 @@ Simulator Trace} files.")
|
||||||
(commit commit)))
|
(commit commit)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0my2jwrb64n39dfcipiw9s2cbg1r4s6zh4ybf4dwid9hk86fi6hs"))))
|
(base32 "1hibhjnj5b3ka5y4nnqx9zp5w730gfqfa3r5injpa14i4cz6bj1n"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest
|
(list python-pytest
|
||||||
python-setuptools
|
python-setuptools-next))
|
||||||
python-wheel))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-colorama))
|
(list python-colorama))
|
||||||
(home-page "https://m-labs.hk/gateware/migen/")
|
(home-page "https://m-labs.hk/gateware/migen/")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue