gnu: Place rust-rtoolbox-0.0.1 in alphabetical order.

gnu/packages/crates-io.scm (rust-rtoolbox-0.0.1): Move variable.

Change-Id: I71364774e17b776c43b696791a98c01e62655c10
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-02-18 22:02:22 +01:00 committed by Efraim Flashner
parent 852e6f7cc2
commit bb3f128683
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -16203,31 +16203,6 @@ (define-public rust-roxmltree-0.14
"@code{roxmltree} represents an XML 1.0 document as a read-only tree.")
(license (list license:expat license:asl2.0))))
(define-public rust-rtoolbox-0.0.1
(package
(name "rust-rtoolbox")
(version "0.0.1")
(source (origin
(method url-fetch)
(uri (crate-uri "rtoolbox" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jjjngwn1fa39kschc8zb4hynp4b0jdind7z225cph7m2k2j4kh3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "")
(synopsis "Utility functions for other crates")
(description
"This package provides utility functions for other crates with no
backwards compatibility guarantees.")
(license license:asl2.0)))
(define-public rust-cssparser-0.29
(package
(name "rust-cssparser")
@ -56421,6 +56396,31 @@ (define-public rust-rtnetlink-0.14
protocol.")
(license license:expat)))
(define-public rust-rtoolbox-0.0.1
(package
(name "rust-rtoolbox")
(version "0.0.1")
(source (origin
(method url-fetch)
(uri (crate-uri "rtoolbox" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jjjngwn1fa39kschc8zb4hynp4b0jdind7z225cph7m2k2j4kh3"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-libc" ,rust-libc-0.2)
("rust-serde" ,rust-serde-1)
("rust-serde-json" ,rust-serde-json-1)
("rust-winapi" ,rust-winapi-0.3))))
(home-page "")
(synopsis "Utility functions for other crates")
(description
"This package provides utility functions for other crates with no
backwards compatibility guarantees.")
(license license:asl2.0)))
(define-public rust-rug-1
(package
(name "rust-rug")