diff mbox series

[bug#48831,7/7] gnu: python-msgpack: Update to 1.0.2.

Message ID 20210604114640.25535-8-mail@brendan.scot
State Accepted
Headers show
Series [bug#48831,1/7] gnu: calibre: Remove unused input python-dukpy. | expand

Commit Message

Brendan Tildesley June 4, 2021, 11:46 a.m. UTC
* gnu/packages/python-xyz.scm (python-msgpack): Update to 1.0.2.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 059f4c31c9..9632f83fed 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -9849,13 +9849,13 @@  third-party code.")
 (define-public python-msgpack
   (package
     (name "python-msgpack")
-    (version "1.0.0")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "msgpack" version))
               (sha256
                (base32
-                "1h5mxh84rcw04dvxy1qbfn2hisavfqgilh9k09rgyjhd936dad4m"))))
+                "1109s2yynrahwi64ikax68hx0mbclz8p35afmpphw5dwynb49q7s"))))
     (build-system python-build-system)
     (arguments
      `(#:modules ((guix build utils)