gnu: rust-serde-fmt-1: Order alphabetically.

* gnu/packages/crates-io.scm (rust-serde-fmt-1): Order.

Change-Id: I1681c7bc9c8c6c3c4d7439573dfb8b8fc475ab32
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Herman Rimm 2024-12-24 22:26:07 +01:00 committed by Efraim Flashner
parent e721d10b70
commit eb97370e4c
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75400,29 +75400,6 @@ (define-public rust-serde-codegen-internals-0.14
"Unstable AST representation used by Serde codegen.")
(license (list license:expat license:asl2.0))))
(define-public rust-serde-fmt-1
(package
(name "rust-serde-fmt")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_fmt" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "195sp3zxbdgrnaqxwn9z3pij04fd7yyihnm4fpfc261r5fdacqr9"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/KodrAus/serde_fmt.git")
(synopsis "Write any @code{serde::Serialize} using standard formatting APIs")
(description
"This package allows one to Write any @code{serde::Serialize} using the
standard formatting APIs.")
(license (list license:asl2.0 license:expat))))
(define-public rust-serde-derive-1
(package
(name "rust-serde-derive")
@ -75536,6 +75513,29 @@ (define-public rust-serde-derive-internals-0.25
("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1))))))
(define-public rust-serde-fmt-1
(package
(name "rust-serde-fmt")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "serde_fmt" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "195sp3zxbdgrnaqxwn9z3pij04fd7yyihnm4fpfc261r5fdacqr9"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/KodrAus/serde_fmt.git")
(synopsis "Write any @code{serde::Serialize} using standard formatting APIs")
(description
"This package allows one to Write any @code{serde::Serialize} using the
standard formatting APIs.")
(license (list license:asl2.0 license:expat))))
(define-public rust-serde-hjson-0.9
(package
(name "rust-serde-hjson")