diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-15 14:47:45 +0200 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-18 20:26:59 +0200 |
| commit | e50a4847e4b5ced442db7752b736067ed0f1b1ac (patch) | |
| tree | 81824789650e8108b97d09b0c5f858f0aaf40bd1 /gnu | |
| parent | c135096b23634595206a65ceef4cfdd3599f2656 (diff) | |
gnu: python-poetry-core: Update to 1.0.3.
* gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.3.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-build.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 13acbca355e..ace80382bbe 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm | |||
| @@ -160,13 +160,13 @@ order to make bootstrapping easier.") | |||
| 160 | (define-public python-poetry-core | 160 | (define-public python-poetry-core |
| 161 | (package | 161 | (package |
| 162 | (name "python-poetry-core") | 162 | (name "python-poetry-core") |
| 163 | (version "1.0.2") | 163 | (version "1.0.3") |
| 164 | (source | 164 | (source |
| 165 | (origin | 165 | (origin |
| 166 | (method url-fetch) | 166 | (method url-fetch) |
| 167 | (uri (pypi-uri "poetry-core" version)) | 167 | (uri (pypi-uri "poetry-core" version)) |
| 168 | (sha256 | 168 | (sha256 |
| 169 | (base32 "0wgfc51dgymnfg23mvsxl4iqbdrppysxi4s3z3xhzx3cd9jmsl7z")))) | 169 | (base32 "1ichii48zkywcnj8v3bcn9vk09v69jv6h65805w21hwz4hlcj593")))) |
| 170 | (build-system python-build-system) | 170 | (build-system python-build-system) |
| 171 | (home-page "https://github.com/python-poetry/poetry-core") | 171 | (home-page "https://github.com/python-poetry/poetry-core") |
| 172 | (synopsis "Poetry PEP 517 build back-end") | 172 | (synopsis "Poetry PEP 517 build back-end") |
