gnu: rust-home-0.5: Update to 0.5.11.

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

Change-Id: Ifdfc6364546b656d7c7fdf272fdf2126e8ae9d37
This commit is contained in:
Efraim Flashner 2024-12-22 20:53:00 +02:00
parent f90ca8cbc6
commit e8b935d4e1
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

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