mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3d567e7c6b
commit
fa2a405569
1 changed files with 2 additions and 2 deletions
|
@ -1252,7 +1252,7 @@ tracebacks.")
|
||||||
(define-public rust-bincode-1
|
(define-public rust-bincode-1
|
||||||
(package
|
(package
|
||||||
(name "rust-bincode")
|
(name "rust-bincode")
|
||||||
(version "1.2.1")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -1261,7 +1261,7 @@ tracebacks.")
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1gvxm3n67xv1874fwxmnlircdlphlk1hcw75ykrrnw9l2nky4lsp"))))
|
"0vc9pjh6hfp9vfq752sa88rxwg93ydhm0dvvy58rcvx2p8wkl3gk"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue