gnu: rust-relative-path-1: Update to 1.9.3.

* gnu/packages/crates-io.scm (rust-relative-path-1): Update to 1.9.3.
[cargo-development-inputs]: Add rust-anyhow-1.

Change-Id: Icf44128a135140fc221082401c1cfb794642821f
This commit is contained in:
Efraim Flashner 2024-12-29 21:47:34 +02:00
parent bfa77f44f3
commit 851a0139f8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -65375,7 +65375,7 @@ (define-public rust-region-2
(define-public rust-relative-path-1
(package
(name "rust-relative-path")
(version "1.9.0")
(version "1.9.3")
(source
(origin
(method url-fetch)
@ -65383,7 +65383,7 @@ (define-public rust-relative-path-1
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1jl32g41ww8pm8lbdmxm6ahagzwkz8b02q1gxzps47g1zj52j1y7"))))
"1limlh8fzwi21g0473fqzd6fln9iqkwvzp3816bxi31pkilz6fds"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-test-flags ; Skip the doctests.
@ -65391,7 +65391,8 @@ (define-public rust-relative-path-1
#:cargo-inputs
(("rust-serde" ,rust-serde-1))
#:cargo-development-inputs
(("rust-serde" ,rust-serde-1))))
(("rust-anyhow" ,rust-anyhow-1)
("rust-serde" ,rust-serde-1))))
(home-page "https://docs.rs/crate/relative-path/")
(synopsis "Portable, relative paths for Rust")
(description "This package provides portable, relative paths for Rust.")