mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: Add python-pluggy-next.
* gnu/packages/python-build.scm (python-pluggy-next): New variable. Change-Id: If3ec3f930a799df9602db71112a6c6a5272b524c
This commit is contained in:
parent
4e92ed625f
commit
99b292a653
1 changed files with 12 additions and 0 deletions
|
@ -87,6 +87,18 @@ (define-public python-pluggy
|
||||||
(home-page "https://pypi.org/project/pluggy/")
|
(home-page "https://pypi.org/project/pluggy/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public python-pluggy-next
|
||||||
|
(package/inherit python-pluggy
|
||||||
|
(name "python-pluggy")
|
||||||
|
(version "1.5.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "pluggy" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1w8c3mpliqm9biqw75ci8cfj1x5pb6g5zwblqp27ijgxjj7aizrc"))))
|
||||||
|
(build-system pyproject-build-system)))
|
||||||
|
|
||||||
(define-public python-toml
|
(define-public python-toml
|
||||||
(package
|
(package
|
||||||
(name "python-toml")
|
(name "python-toml")
|
||||||
|
|
Loading…
Reference in a new issue