mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
gnu: rust-value-bag-serde1-1: Update to 1.9.0.
* gnu/packages/crates-io.scm (rust-value-bag-serde1-1): Update to 1.9.0. Change-Id: Icd104927b04af3bf05e4ea947ccd6cc23bd8c181
This commit is contained in:
parent
f7a7dd9ff2
commit
1b0ce286f6
1 changed files with 2 additions and 2 deletions
|
@ -86921,14 +86921,14 @@ (define-public rust-value-bag-1
|
|||
(define-public rust-value-bag-serde1-1
|
||||
(package
|
||||
(name "rust-value-bag-serde1")
|
||||
(version "1.8.0")
|
||||
(version "1.9.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "value-bag-serde1" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14fq98dm5ddlc0pzg35nk1bw3f3z8y6fhjcsy41n4s06v69vdmga"))))
|
||||
(base32 "12rjnrh2g3ijvjgfh78y7x1ilk3mw2svri93nymsjxxhbh6gbb6c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue