efraim pushed a commit to branch rust-team
in repository guix.
commit 747c7bb59c906fb5532eaa1e3652197b98e35117
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 19:40:46 2024 +0200
gnu: rust-home-0.5: Sort alphabetically.
* gnu/packages/crates-io.scm (rust-home-0.5): Sort.
Change-Id: I7ba892ec96f2e34222a86f10b6796d36e4f497a5
---
gnu/packages/crates-io.scm | 42 +++++++++++++++++++++---------------------
1 file changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a33c8b128e..259841fa33 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33785,27 +33785,6 @@ higher performance on different key space sizes.")
scientific applications with leap second support.")
(license license:asl2.0)))
-(define-public rust-home-0.5
- (package
- (name "rust-home")
- (version "0.5.11")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "home" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "1kxb4k87a9sayr8jipr7nq9wpgmjk4hk4047hmf9kc24692k75aq"))))
- (build-system cargo-build-system)
- (arguments
- `(#: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}
-used by @command{cargo} and @command{rustup}, as well as functions to find the
-correct value of @samp{CARGO_HOME} and @samp{RUSTUP_HOME}.")
- (license (list license:expat license:asl2.0))))
-
(define-public rust-hamcrest2-0.3
(package
(name "rust-hamcrest2")
@@ -34865,6 +34844,27 @@ the C library @code{hidapi}. Based off of
@code{hidapi-rs} by Osspial.")
(sha256
(base32 "1b2h0lvksn8748764x46729ygpz8grack24spin0k29ssmr6yabr"))))))
+(define-public rust-home-0.5
+ (package
+ (name "rust-home")
+ (version "0.5.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "home" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1kxb4k87a9sayr8jipr7nq9wpgmjk4hk4047hmf9kc24692k75aq"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#: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}
+used by @command{cargo} and @command{rustup}, as well as functions to find the
+correct value of @samp{CARGO_HOME} and @samp{RUSTUP_HOME}.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-hostname-0.4
(package
(name "rust-hostname")