mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: python-click-didyoumean: Update to 0.3.1.
* gnu/packages/python-xyz.scm (python-click-didyoumean): Update to 0.3.1. [source]: Swap to a new PyPI packae name ("-" to "_"). [build-system]: Swap to pyproject-build-system. [native-inputs]: Add python-poetry-core. Change-Id: I24f2e632732c8204f816806c7ad067d327bb3d28
This commit is contained in:
parent
7876575bbf
commit
e2ccfea68d
1 changed files with 6 additions and 4 deletions
|
@ -11015,16 +11015,18 @@ (define-public python-pywal
|
|||
(define-public python-click-didyoumean
|
||||
(package
|
||||
(name "python-click-didyoumean")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "click-didyoumean" version))
|
||||
(uri (pypi-uri "click_didyoumean" version))
|
||||
(sha256
|
||||
(base32 "0dc0xrmqbw0idpx843ahzzvivmvx3fcfsm3k54lnssyra7cg117i"))))
|
||||
(build-system python-build-system)
|
||||
(base32 "0qx4npxxgj87zk5hkah5ijrc76ba7ymdd6r7na5fyr5y1pzzv0jg"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; no tests in PyPI and no setup.py in github
|
||||
(native-inputs
|
||||
(list python-poetry-core))
|
||||
(propagated-inputs
|
||||
(list python-click))
|
||||
(home-page "https://github.com/timofurrer/click-didyoumean")
|
||||
|
|
Loading…
Reference in a new issue