1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02: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:
Efraim Flashner
2024-12-30 22:22:05 +02:00
parent 26a089bd5a
commit fea9192330
+2 -2
View File
@@ -88954,14 +88954,14 @@ tree_magic_mini.")
(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)