diff options
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 7e959a3630..c505d84d23 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -550,13 +550,13 @@ order to make bootstrapping easier.") (define-public python-poetry-core (package (name "python-poetry-core") - (version "1.5.2") + (version "1.9.1") (source (origin (method url-fetch) (uri (pypi-uri "poetry_core" version)) (sha256 - (base32 "053c8dw632p7jkhjb51k0wcx6hdw4r3lk97mds76df653qxnqmf6")))) + (base32 "1f31gwhnfyrdymlm0ym6k6c6r0x98zcr2s4xz4blz2zm9chljbbs")))) (build-system pyproject-build-system) (arguments `(#:tests? #f)) ;disabled to avoid extra dependencies |