gnu: rust-home: Update to 0.5.9.

* gnu/packages/crates-io.scm (rust-home-0.5): Update to 0.5.9.
[cargo-inputs]: Replace rust-windows-sys-0.48 with 0.52.

Change-Id: I7786c0a44de269554ca0a2d5f0d827bf26effee0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
VÖRÖSKŐI András 2024-02-24 21:39:50 +01:00 committed by Efraim Flashner
parent 693c65e49c
commit 3caa5564b0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -28118,17 +28118,17 @@ IEEE 754-2008 binary16 type.")
(define-public rust-home-0.5
(package
(name "rust-home")
(version "0.5.5")
(version "0.5.9")
(source
(origin
(method url-fetch)
(uri (crate-uri "home" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1nqx1krijvpd03d96avsdyknd12h8hs3xhxwgqghf8v9xxzc4i2l"))))
(base32 "19grxyg35rqfd802pcc9ys1q3lafzlcjcv2pl2s5q8xpyr5kblg3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
`(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.52))))
(home-page "https://github.com/rust-lang/cargo")
(synopsis "Shared definitions of home directories")
(description "This package provides the definition of @code{home_dir}