mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: rust-figment-0.10: Update to 0.10.19.
* gnu/packages/crates-io.scm (rust-figment-0.10): Update to 0.10.19. Change-Id: Ia2c6d9670f06141651b50683125e639307716e21
This commit is contained in:
parent
529e2e56f0
commit
dfbe807d2c
1 changed files with 3 additions and 3 deletions
|
@ -28359,17 +28359,17 @@ (define-public rust-ff-derive-0.12
|
|||
(define-public rust-figment-0.10
|
||||
(package
|
||||
(name "rust-figment")
|
||||
(version "0.10.15")
|
||||
(version "0.10.19")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "figment" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1dnfri2371wzmk7lcxfd121z35b1b2251d93yc23w8b7f1z6fw3j"))))
|
||||
(base32 "1ww9sxdzjj2i80w7bq0kllnymjyrfb1cdx2h70ap5wqcdga1rc4c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; unresolved import `figment::providers::Toml`
|
||||
`(#:tests? #f ; unresolved import `crate::providers::Toml`
|
||||
#:cargo-inputs (("rust-atomic" ,rust-atomic-0.6)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-pear" ,rust-pear-0.2)
|
||||
|
|
Loading…
Reference in a new issue