guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: python-msgpack: Update to 0.4.8.


From: Leo Famulari
Subject: 02/03: gnu: python-msgpack: Update to 0.4.8.
Date: Fri, 19 Aug 2016 22:42:19 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit aed625bdc67cf0200a2be55cde127b3ce325118e
Author: Leo Famulari <address@hidden>
Date:   Mon Aug 8 01:41:46 2016 -0400

    gnu: python-msgpack: Update to 0.4.8.
    
    * gnu/packages/python.scm (python-msgpack, python2-msgpack): Update to 
0.4.8.
---
 gnu/packages/python.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 50e683a..15c957e 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -5548,13 +5548,13 @@ should be stored on various operating systems.")
 (define-public python-msgpack
   (package
     (name "python-msgpack")
-    (version "0.4.7")
+    (version "0.4.8")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "msgpack-python" version))
               (sha256
                (base32
-                "0syd7bs83qs9qmxw540jbgsildbqk4yb57fmrlns1021llli402y"))))
+                "11pqk5braa6wndpnr1dhg64js82vjgxnm0lzy73rwl831zgijaqs"))))
     (build-system python-build-system)
     (synopsis "MessagePack (de)serializer")
     (description "MessagePack is a fast, compact binary serialization format,



reply via email to

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