guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: python-msgpack: Update to 0.4.7.


From: Leo Famulari
Subject: 01/06: gnu: python-msgpack: Update to 0.4.7.
Date: Thu, 24 Mar 2016 21:18:02 +0000

lfam pushed a commit to branch master
in repository guix.

commit ae831df428e5c782906d19c8c270350cbbf070ac
Author: Leo Famulari <address@hidden>
Date:   Mon Mar 14 19:34:21 2016 -0400

    gnu: python-msgpack: Update to 0.4.7.
    
    * gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 
0.4.7.
    [source]: Use pypi-uri.
---
 gnu/packages/python.scm |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 97a69c3..24eca00 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5417,15 +5417,13 @@ should be stored on various operating systems.")
 (define-public python-msgpack
   (package
     (name "python-msgpack")
-    (version "0.4.6")
+    (version "0.4.7")
     (source (origin
               (method url-fetch)
-              (uri (string-append
-                    "https://pypi.python.org/packages/source/m/";
-                    "msgpack-python/msgpack-python-" version ".tar.gz"))
+              (uri (pypi-uri "msgpack-python" version))
               (sha256
                (base32
-                "1527c76b6fn4zzkgfq5xvhh7x9a9686g7fjiz717rw5vklf5ik5z"))))
+                "0syd7bs83qs9qmxw540jbgsildbqk4yb57fmrlns1021llli402y"))))
     (build-system python-build-system)
     (native-inputs
      `(("python-setuptools" ,python-setuptools)))



reply via email to

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