[PATCH] gnu: python-pep517: Update to 0.9.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Tanguy Le Carrour
Owner
unassigned
Submitted by
Tanguy Le Carrour
Severity
normal
T
T
Tanguy Le Carrour wrote on 11 Jan 2021 16:45
(address . guix-patches@gnu.org)(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)
20210111154520.2503-1-tanguy@bioneland.org
* gnu/packages/python-xyz.scm (python-pep517): Update to 0.9.1.
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (23 lines)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 23e43b7e75..2b79954021 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -8266,14 +8266,14 @@ PEP 8.")
(define-public python-pep517
(package
(name "python-pep517")
- (version "0.8.2")
+ (version "0.9.1")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pep517" version))
(sha256
(base32
- "17m2bcabx3sr5wjalgzppfx5xahqrwm12zq58h68mm482b7rjqcf"))))
+ "0zqidxah03qpnp6zkg3zd1kmd5f79hhdsfmlc0cldaniy80qddxf"))))
(build-system python-build-system)
(arguments
'(#:phases
--
2.30.0
L
L
Ludovic Courtès wrote on 16 Jan 2021 23:37
(name . Tanguy Le Carrour)(address . tanguy@bioneland.org)(address . 45790-done@debbugs.gnu.org)
87y2gsv78c.fsf@gnu.org
Hi,

Tanguy Le Carrour <tanguy@bioneland.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/python-xyz.scm (python-pep517): Update to 0.9.1.

Applied, thanks!

Ludo’.
Closed
T
T
Tanguy LE CARROUR wrote on 17 Jan 2021 10:41
(name . Ludovic Courtès)(address . ludo@gnu.org)(address . 45790-done@debbugs.gnu.org)
1610876472.f3zf0rrb6v.astroid@melmoth.none
Hi Ludo’,

Excerpts from Ludovic Courtès's message of January 16, 2021 11:37 pm:
Toggle quote (6 lines)
> Tanguy Le Carrour <tanguy@bioneland.org> skribis:
>
>> * gnu/packages/python-xyz.scm (python-pep517): Update to 0.9.1.
>
> Applied, thanks!

Thanks!

--
Tanguy
Closed
?