guix-commits
[Top][All Lists]
Advanced

[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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]