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