mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-confection: Update to 0.1.5.
* gnu/packages/python-xyz.scm (python-confection): Update to 0.1.5. [propagated-inputs]: Replace python-pydantic with python-pydantic-2; remove python-typing-extensions. Change-Id: I28f60a2e8b39bb12cfdf0fd871daa2378bab5619
This commit is contained in:
parent
00f1a7c244
commit
dc8e5343f8
1 changed files with 3 additions and 4 deletions
|
@ -19531,16 +19531,15 @@ This allows one to make simple text-mode user interfaces on Unix-like systems")
|
||||||
(define-public python-confection
|
(define-public python-confection
|
||||||
(package
|
(package
|
||||||
(name "python-confection")
|
(name "python-confection")
|
||||||
(version "0.0.4")
|
(version "0.1.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "confection" version))
|
(uri (pypi-uri "confection" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ksfn10zhnpkcj3y0c3xs4dznvc062bk62x4c3ig0dd6bn4gbpdi"))))
|
"03hgb6601mx6iip4nr8i0is8x5vmh85z286j7j8lhkxxlqydswlf"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-pydantic python-srsly
|
(propagated-inputs (list python-pydantic-2 python-srsly))
|
||||||
python-typing-extensions))
|
|
||||||
(native-inputs (list python-pytest python-setuptools python-wheel))
|
(native-inputs (list python-pytest python-setuptools python-wheel))
|
||||||
(home-page "https://github.com/explosion/confection")
|
(home-page "https://github.com/explosion/confection")
|
||||||
(synopsis "Config system for Python")
|
(synopsis "Config system for Python")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue