all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tanguy Le Carrour <tanguy@bioneland.org>
To: 51455@debbugs.gnu.org
Cc: Tanguy Le Carrour <tanguy@bioneland.org>
Subject: [bug#51455] [PATCH 1/2] gnu: python-poetry-core: Update to 1.0.7.
Date: Thu, 28 Oct 2021 09:06:00 +0200	[thread overview]
Message-ID: <20211028070601.11579-1-tanguy@bioneland.org> (raw)
In-Reply-To: <20211028070206.10621-1-tanguy@bioneland.org>

* gnu/packages/python-xyz.scm (python-poetry-core): Update to 1.0.7.
---
 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 ace80382bb..61105d12ab 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -160,13 +160,13 @@ (define-public python-pypa-build
 (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")
-- 
2.33.0





  reply	other threads:[~2021-10-28  7:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-28  7:02 [bug#51455] [PATCH 0/2] gnu: poetry: Update to 1.1.11 Tanguy Le Carrour
2021-10-28  7:06 ` Tanguy Le Carrour [this message]
2021-10-28  7:06   ` [bug#51455] [PATCH 2/2] " Tanguy Le Carrour
2021-11-10 23:21 ` bug#51455: [PATCH 0/2] " Ludovic Courtès
2021-11-12  8:12   ` [bug#51455] " Tanguy LE CARROUR

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211028070601.11579-1-tanguy@bioneland.org \
    --to=tanguy@bioneland.org \
    --cc=51455@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.