mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
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:
parent
f90ca8cbc6
commit
e8b935d4e1
1 changed files with 3 additions and 3 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue