all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#51708] [PATCH] gnu: python-pypa-build: Update to 0.7.0.
@ 2021-11-09  7:51 jgart via Guix-patches via
  2021-12-02 14:49 ` bug#51708: " Mathieu Othacehe
  0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2021-11-09  7:51 UTC (permalink / raw)
  To: 51708; +Cc: jgart

* gnu/packages/python-build.scm (python-pypa-build): Update to 0.7.0.
---
 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..dd97c9ff94 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -136,13 +136,13 @@ (define-public python-pep517-bootstrap
 (define-public python-pypa-build
   (package
     (name "python-pypa-build")
-    (version "0.1.0")
+    (version "0.7.0")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "build" version))
               (sha256
                (base32
-                "1d6m21lijwm04g50nwgsgj7x3vhblzw7jv05ah8psqgzk20bbch8"))))
+                "17xqija27x4my1yrnk6q2vwln60r39g2dhby9zg2l99qjgbdrahs"))))
     (build-system python-build-system)
     (arguments
      `(#:tests? #f))                    ;to tests in the PyPI release
-- 
2.33.1





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#51708: [PATCH] gnu: python-pypa-build: Update to 0.7.0.
  2021-11-09  7:51 [bug#51708] [PATCH] gnu: python-pypa-build: Update to 0.7.0 jgart via Guix-patches via
@ 2021-12-02 14:49 ` Mathieu Othacehe
  0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2021-12-02 14:49 UTC (permalink / raw)
  To: jgart; +Cc: 51708-done


> * gnu/packages/python-build.scm (python-pypa-build): Update to 0.7.0.

This package has been updated on c-u-f.

Thanks,

Mathieu




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-02 14:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-09  7:51 [bug#51708] [PATCH] gnu: python-pypa-build: Update to 0.7.0 jgart via Guix-patches via
2021-12-02 14:49 ` bug#51708: " Mathieu Othacehe

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.