guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: python-websocket-client: Update to 0.37.0.


From: Efraim Flashner
Subject: 03/05: gnu: python-websocket-client: Update to 0.37.0.
Date: Thu, 7 Jul 2016 17:50:32 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit 6b810897a05fc32acf5324c31fa97c758a66dccf
Author: Efraim Flashner <address@hidden>
Date:   Thu Jul 7 19:44:11 2016 +0300

    gnu: python-websocket-client: Update to 0.37.0.
    
    * gnu/packages/python.scm (python-websocket-client): Update to 0.37.0.
    [source]: Use pypi uri format.
---
 gnu/packages/python.scm |    8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 0283370..ccbed0f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -6892,16 +6892,14 @@ tables.")
 (define-public python-websocket-client
   (package
     (name "python-websocket-client")
-    (version "0.34.0")
+    (version "0.37.0")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "https://pypi.python.org/packages/source/w";
-                           "/websocket-client/websocket_client-"
-                           version ".tar.gz"))
+       (uri (pypi-uri "websocket_client" version))
        (sha256
         (base32
-         "1prdx6d49f1cff17kzj15bnz09palfdgc1m5dkq9jd4mr90n4ak8"))))
+         "0h9glp1jll3z76ly3kg08aqgxqk0a68p4zi9yn50353bh5nj92v7"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-six" ,python-six))) ; for tests



reply via email to

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