mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Remove python-pluggy-next.
* gnu/packages/python-build.scm (python-pluggy-next): Delete variable. Change-Id: I330400172055bcee35161fcc6a151f6ecada3d8e
This commit is contained in:
parent
a2fbf6879c
commit
8d5c2f02a2
1 changed files with 0 additions and 12 deletions
|
@ -91,18 +91,6 @@ matching of file paths.")
|
|||
stripped of Pytest specific details.")
|
||||
(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
|
||||
(package
|
||||
(name "python-toml")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue