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:
Efraim Flashner 2024-12-30 22:22:05 +02:00
parent 26a089bd5a
commit fea9192330
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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)