guix-commits
[Top][All Lists]
Advanced

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

branch core-updates updated: gnu: python-tornado-6: Update to 6.2.


From: guix-commits
Subject: branch core-updates updated: gnu: python-tornado-6: Update to 6.2.
Date: Wed, 22 Feb 2023 08:58:19 -0500

This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch core-updates
in repository guix.

The following commit(s) were added to refs/heads/core-updates by this push:
     new 3c756188d5 gnu: python-tornado-6: Update to 6.2.
3c756188d5 is described below

commit 3c756188d59cb2c12e19a7ca0770238422f338a0
Author: Andreas Enge <andreas@enge.fr>
AuthorDate: Wed Feb 22 14:53:08 2023 +0100

    gnu: python-tornado-6: Update to 6.2.
    
    * gnu/packages/python-web.scm (python-tornado-6): Update to 6.2.
---
 gnu/packages/python-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a30fbddfb0..a32aba5c58 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -2173,14 +2173,14 @@ connection to each user.")
 (define-public python-tornado-6
   (package
     (name "python-tornado")
-    (version "6.1")
+    (version "6.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "tornado" version))
        (sha256
         (base32
-         "14cpzdv6p6qvk6vn02krdh5rcfdi174ifdbr5s6lcnymgcfyiiik"))))
+         "04rwzjfqa31ajz8vvkfcsp1539m8n960msnppxkcckp8plch8qwv"))))
     (build-system python-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]