gnu: rust-bincode-1: Update to 1.3.1.

* gnu/packages/crates-io.scm (rust-bincode-1): Update to 1.3.1.
This commit is contained in:
Efraim Flashner 2020-06-28 19:42:05 +03:00
parent 3d567e7c6b
commit fa2a405569
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1252,7 +1252,7 @@ (define-public rust-better-panic-0.2
(define-public rust-bincode-1
(package
(name "rust-bincode")
(version "1.2.1")
(version "1.3.1")
(source
(origin
(method url-fetch)
@ -1261,7 +1261,7 @@ (define-public rust-bincode-1
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"1gvxm3n67xv1874fwxmnlircdlphlk1hcw75ykrrnw9l2nky4lsp"))))
"0vc9pjh6hfp9vfq752sa88rxwg93ydhm0dvvy58rcvx2p8wkl3gk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs