mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-poetry-core: Update to 2.1.3.
* gnu/packages/python-build.scm (python-poetry-core): Update to 2.1.3. Change-Id: I413513d97365f85cbc830cd82aafd20c9530d781
This commit is contained in:
parent
b372931eb4
commit
2be2d26131
1 changed files with 2 additions and 2 deletions
|
@ -578,13 +578,13 @@ order to make bootstrapping easier.")
|
||||||
(define-public python-poetry-core
|
(define-public python-poetry-core
|
||||||
(package
|
(package
|
||||||
(name "python-poetry-core")
|
(name "python-poetry-core")
|
||||||
(version "1.9.1")
|
(version "2.1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "poetry_core" version))
|
(uri (pypi-uri "poetry_core" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1f31gwhnfyrdymlm0ym6k6c6r0x98zcr2s4xz4blz2zm9chljbbs"))))
|
(base32 "194nwaig8zkbj2ig4zwf1k7cl4vqlmvs8mmdkb425mky8was08h5"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ;disabled to avoid extra dependencies
|
`(#:tests? #f)) ;disabled to avoid extra dependencies
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue