guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: python-poetry-core: Update to 1.0.2.


From: guix-commits
Subject: 01/02: gnu: python-poetry-core: Update to 1.0.2.
Date: Mon, 15 Mar 2021 07:20:04 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 014fa5cc6b65fb64ce0641c21703aa57202e4170
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Fri Mar 12 08:50:19 2021 +0100

    gnu: python-poetry-core: Update to 1.0.2.
    
    * gnu/packages/python-build.scm (python-poetry-core): Update to 1.0.2.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 1ce6a30..259fe16 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -142,13 +142,13 @@ order to make bootstrapping easier.")
 (define-public python-poetry-core
   (package
     (name "python-poetry-core")
-    (version "1.0.0")
+    (version "1.0.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "poetry-core" version))
        (sha256
-        (base32 "1mgv276h1iphn5fqhp2sgkgd5d0c39hs33vgaf157x5ri7rlyrka"))))
+        (base32 "0wgfc51dgymnfg23mvsxl4iqbdrppysxi4s3z3xhzx3cd9jmsl7z"))))
     (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]