mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -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
|
(define-public python-click-didyoumean
|
||||||
(package
|
(package
|
||||||
(name "python-click-didyoumean")
|
(name "python-click-didyoumean")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "click-didyoumean" version))
|
(uri (pypi-uri "click_didyoumean" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0dc0xrmqbw0idpx843ahzzvivmvx3fcfsm3k54lnssyra7cg117i"))))
|
(base32 "0qx4npxxgj87zk5hkah5ijrc76ba7ymdd6r7na5fyr5y1pzzv0jg"))))
|
||||||
(build-system python-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; no tests in PyPI and no setup.py in github
|
`(#:tests? #f)) ; no tests in PyPI and no setup.py in github
|
||||||
|
(native-inputs
|
||||||
|
(list python-poetry-core))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-click))
|
(list python-click))
|
||||||
(home-page "https://github.com/timofurrer/click-didyoumean")
|
(home-page "https://github.com/timofurrer/click-didyoumean")
|
||||||
|
|
Loading…
Reference in a new issue