guix-commits
[Top][All Lists]
Advanced

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

46/46: gnu: msgpack: Update to 3.3.0.


From: guix-commits
Subject: 46/46: gnu: msgpack: Update to 3.3.0.
Date: Sun, 6 Jun 2021 02:40:19 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 7fd2c9a00e8f915d214a2831045c06f51995f62e
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Sun Jun 6 02:19:51 2021 -0400

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

diff --git a/gnu/packages/serialization.scm b/gnu/packages/serialization.scm
index 4ef74c2..56847a5 100644
--- a/gnu/packages/serialization.scm
+++ b/gnu/packages/serialization.scm
@@ -141,7 +141,7 @@ such as compact binary encodings, XML, or JSON.")
 (define-public msgpack
   (package
     (name "msgpack")
-    (version "3.2.1")
+    (version "3.3.0")
     (source
      (origin
        (method url-fetch)
@@ -156,7 +156,7 @@ such as compact binary encodings, XML, or JSON.")
            (close-output-port p)
            #t))
        (sha256
-        (base32 "1ljqmgscdb0f8w8kx2lnswnisyxchcmijbjbmswkv0g187bvqg23"))))
+        (base32 "0yzhq50ijvwrfkr97knhvn54lj3f4hr3zy39yq8wpf6xll94s4bf"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("googletest" ,googletest-1.8)



reply via email to

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