mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: rust-triomphe-0.1: Update to 0.1.14.
* gnu/packages/crates-io.scm (rust-triomphe-0.1): Update to 0.1.14. Change-Id: Idc76dda20019b7d503b12e54ea86b1a738bbe357
This commit is contained in:
parent
26a089bd5a
commit
fea9192330
1 changed files with 2 additions and 2 deletions
|
@ -88954,14 +88954,14 @@ (define-public rust-trim-in-place-0.1
|
|||
(define-public rust-triomphe-0.1
|
||||
(package
|
||||
(name "rust-triomphe")
|
||||
(version "0.1.11")
|
||||
(version "0.1.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "triomphe" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1crf71hndy3fc68x8v4aikkdjynp4n5sdhq28sck8x7frx8bd7l5"))))
|
||||
(base32 "11fciha522hrz6pkafy3xlq20w405w9dqvy9ln7ba1s8v8k7g3zg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-arc-swap" ,rust-arc-swap-1)
|
||||
|
|
Loading…
Reference in a new issue