Archived
1
0
Fork 0

gnu: rust-either-1: Update to 1.10.0.

* gnu/packages/crates-io.scm (rust-either-1): Update to 1.10.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Hartmut Goebel 2024-02-11 12:43:38 +01:00 committed by Efraim Flashner
parent 7f6d6ef115
commit 596a2996e2
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -20112,14 +20112,14 @@ easy.")
(define-public rust-either-1
(package
(name "rust-either")
(version "1.9.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "either" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "01qy3anr7jal5lpc20791vxrw0nl6vksb5j7x56q2fycgcyy8sm2"))))
(base32 "0jiyq2mc1aa5b8whwl1bhm11i06xxcbk9ck7macxxggzjk07l58i"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-serde" ,rust-serde-1))