mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: poetry: Update to 1.1.5.
* gnu/packages/python-xyz.scm (poetry): Update to 1.1.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
014fa5cc6b
commit
3e83e99322
1 changed files with 2 additions and 2 deletions
|
@ -13614,7 +13614,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
|
||||||
(define-public poetry
|
(define-public poetry
|
||||||
(package
|
(package
|
||||||
(name "poetry")
|
(name "poetry")
|
||||||
(version "1.1.4")
|
(version "1.1.5")
|
||||||
;; Poetry can only be built from source with Poetry.
|
;; Poetry can only be built from source with Poetry.
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
|
@ -13622,7 +13622,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.")
|
||||||
(uri (pypi-uri "poetry" version))
|
(uri (pypi-uri "poetry" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll"))))
|
"1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;; Pypi does not have tests.
|
`(#:tests? #f ;; Pypi does not have tests.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue