mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-08 02:05:54 +02:00
gnu: gandi.cli: Fix by downgrading python-click.
* gnu/packages/python-xyz.scm (python-click-7): New variable. * gnu/packages/networking.scm (gandi.cli)[inputs]: Depend on python-click-7.
This commit is contained in:
@@ -3645,6 +3645,18 @@ composable way with as little code as necessary. Its name stands for
|
||||
with sensible defaults out of the box.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python-click-7
|
||||
(package (inherit python-click)
|
||||
(name "python-click")
|
||||
(version "7.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "click" version))
|
||||
(sha256
|
||||
(base32 "06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj"))))
|
||||
(arguments `())))
|
||||
|
||||
(define-public python-click-5
|
||||
(package (inherit python-click)
|
||||
(name "python-click")
|
||||
|
||||
Reference in New Issue
Block a user