GNU bug report logs -
#75069
[PATCH rust-team 00/57] Alpabetically order (gnu packages
Previous Next
Reported by: Herman Rimm <herman <at> rimm.ee>
Date: Tue, 24 Dec 2024 21:27:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/crates-io.scm (rust-serde-fmt-1): Order.
Change-Id: I1681c7bc9c8c6c3c4d7439573dfb8b8fc475ab32
---
gnu/packages/crates-io.scm | 46 +++++++++++++++++++-------------------
1 file changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index a96aba0d21..2673db867b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75092,29 +75092,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")
@@ -75228,6 +75205,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")
--
2.45.2
This bug report was last modified 206 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.