guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: python-sockjs-tornado: Update to 1.0.6.


From: guix-commits
Subject: 03/10: gnu: python-sockjs-tornado: Update to 1.0.6.
Date: Thu, 14 Feb 2019 13:53:20 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c381d4bb155e626aaea2f77c5125f776e3fd27ec
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 14 17:26:05 2019 +0100

    gnu: python-sockjs-tornado: Update to 1.0.6.
    
    * gnu/packages/python-web.scm (python-sockjs-tornado)
    (python2-sockjs-tornado): Update to 1.0.6.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index afec5eb..90116c7 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -14,7 +14,7 @@
 ;;; Copyright © 2015 Cyril Roelandt <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 Leo Famulari <address@hidden>
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
-;;; Copyright © 2016, 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2016, 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2015, 2017 Ben Woodcroft <address@hidden>
 ;;; Copyright © 2015, 2016 Christopher Allan Webber <address@hidden>
 ;;; Copyright © 2017 Adriano Peluso <address@hidden>
@@ -338,14 +338,14 @@ follow links and submit forms.  It doesn’t do 
JavaScript.")
 (define-public python-sockjs-tornado
   (package
     (name "python-sockjs-tornado")
-    (version "1.0.5")
+    (version "1.0.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "sockjs-tornado" version))
        (sha256
         (base32
-         "0zhq8wnnhkfbvdnsggqrc3pp97pqpilsf7fh6ymvnf52r0rwyjsc"))))
+         "15dgv6hw6c7h3m310alw1h6p5443lrm9pyqhcv2smc13fz1v04pc"))))
     (build-system python-build-system)
     (arguments
      `(;; There are no tests, and running the test phase requires missing



reply via email to

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