[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/09: gnu: python-poetry-core: Update to 1.0.7.
From: |
guix-commits |
Subject: |
07/09: gnu: python-poetry-core: Update to 1.0.7. |
Date: |
Wed, 10 Nov 2021 18:24:56 -0500 (EST) |
civodul pushed a commit to branch master
in repository guix.
commit ac2bd4a319ae33c59c76720c3ac9786bd8eb4fbe
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Oct 28 09:06:00 2021 +0200
gnu: python-poetry-core: Update to 1.0.7.
* gnu/packages/python-xyz.scm (python-poetry-core): Update to 1.0.7.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/python-build.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index ace8038..61105d1 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -160,13 +160,13 @@ order to make bootstrapping easier.")
(define-public python-poetry-core
(package
(name "python-poetry-core")
- (version "1.0.3")
+ (version "1.0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "poetry-core" version))
(sha256
- (base32 "1ichii48zkywcnj8v3bcn9vk09v69jv6h65805w21hwz4hlcj593"))))
+ (base32 "01n2rbsvks7snrq3m1d08r3xz9q2715ajb62fdb6rvqnb9sirhcq"))))
(build-system python-build-system)
(home-page "https://github.com/python-poetry/poetry-core")
(synopsis "Poetry PEP 517 build back-end")
- branch master updated (650dcc1 -> 5592058), guix-commits, 2021/11/10
- 01/09: import: pypi: Allow imports of a specific version., guix-commits, 2021/11/10
- 08/09: gnu: poetry: Update to 1.1.11., guix-commits, 2021/11/10
- 04/09: import: print: Correctly handle URI lists., guix-commits, 2021/11/10
- 07/09: gnu: python-poetry-core: Update to 1.0.7.,
guix-commits <=
- 09/09: gnu: Add python-wand., guix-commits, 2021/11/10
- 03/09: import: print: Properly render packages with origins as inputs., guix-commits, 2021/11/10
- 02/09: import: cran: Allow imports of a specific version., guix-commits, 2021/11/10
- 05/09: import: print: Handle patches that are origins., guix-commits, 2021/11/10
- 06/09: import: print: Replace packages and origins in 'arguments'., guix-commits, 2021/11/10