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