mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: msgpack: Update to 3.2.1.
* gnu/packages/serialization.scm (msgpack): Update to 3.2.1.
This commit is contained in:
parent
32dfde9052
commit
8dac8f1180
1 changed files with 2 additions and 3 deletions
|
@ -105,7 +105,7 @@ such as compact binary encodings, XML, or JSON.")
|
|||
(define-public msgpack
|
||||
(package
|
||||
(name "msgpack")
|
||||
(version "3.2.0")
|
||||
(version "3.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -120,8 +120,7 @@ such as compact binary encodings, XML, or JSON.")
|
|||
(close-output-port p)
|
||||
#t))
|
||||
(sha256
|
||||
(base32
|
||||
"1zhsap7d9zqdm9h1qnpaw78v1sh3rx2if7gk4dszs5m3cg1jiapv"))))
|
||||
(base32 "1ljqmgscdb0f8w8kx2lnswnisyxchcmijbjbmswkv0g187bvqg23"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("googletest" ,googletest)
|
||||
|
|
Loading…
Reference in a new issue