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:
Tanguy Le Carrour 2021-03-12 08:50:20 +01:00 committed by Christopher Baines
parent 014fa5cc6b
commit 3e83e99322
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -13614,7 +13614,7 @@ (define-public python-cachy
(define-public poetry
(package
(name "poetry")
(version "1.1.4")
(version "1.1.5")
;; Poetry can only be built from source with Poetry.
(source
(origin
@ -13622,7 +13622,7 @@ (define-public poetry
(uri (pypi-uri "poetry" version))
(sha256
(base32
"1a2kgfiw66fvxhlqk5qc83s6l38czfh5hcsrbiy7qq5yfc8mlsll"))))
"1dvx08ksv5wnsj45db23921rj136akmcnxa0kmlsddf3wbh6wcka"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ;; Pypi does not have tests.