unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#43574] [PATCH 1/3] gnu: python-trio: Update to 0.17.0.
@ 2020-09-22 23:27 Vinicius Monego
  2020-09-22 23:30 ` [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0 Vinicius Monego
  2020-09-23  5:52 ` bug#43574: [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Efraim Flashner
  0 siblings, 2 replies; 4+ messages in thread
From: Vinicius Monego @ 2020-09-22 23:27 UTC (permalink / raw)
  To: 43574; +Cc: Vinicius Monego

* gnu/packages/python-xyz.scm (python-trio): Update to 0.17.0.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 085d88da57..76b5144afc 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19250,13 +19250,13 @@ project.")
 (define-public python-trio
   (package
     (name "python-trio")
-    (version "0.16.0")
+    (version "0.17.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trio" version))
        (sha256
-        (base32 "0g6gkwz6i05rm9ym4l4imxakzld7qcgxhb21kprilchcav87s1nz"))))
+        (base32 "0zcxirpdvvl54pbfkgw7vz984879xwvdygqfpggnam24is2zjp78"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
-- 
2.20.1





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

end of thread, other threads:[~2020-09-23  5:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-22 23:27 [bug#43574] [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Vinicius Monego
2020-09-22 23:30 ` [bug#43574] [PATCH 2/3] gnu: python-httpcore: Update to 0.11.0 Vinicius Monego
2020-09-22 23:30   ` [bug#43574] [PATCH 3/3] gnu: python-httpx: Update to 0.15.0 Vinicius Monego
2020-09-23  5:52 ` bug#43574: [PATCH 1/3] gnu: python-trio: Update to 0.17.0 Efraim Flashner

Code repositories for project(s) associated with this public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).