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
Message #140 received at 75069 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-serde-html-form-0.2): Order.
Change-Id: I29483abb2d60d91773b844ac6ff4514c337f373c
---
gnu/packages/crates-io.scm | 56 +++++++++++++++++++-------------------
1 file changed, 28 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 268ede7ab7..a96aba0d21 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -75115,34 +75115,6 @@ (define-public rust-serde-fmt-1
standard formatting APIs.")
(license (list license:asl2.0 license:expat))))
-(define-public rust-serde-html-form-0.2
- (package
- (name "rust-serde-html-form")
- (version "0.2.4")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "serde_html_form" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "133ycw4zdw4jymnw38n4vnjnvhxf5im3hh6g4akr4rps3ip0dq90"))))
- (build-system cargo-build-system)
- (arguments
- `(#:cargo-inputs (("rust-form-urlencoded" ,rust-form-urlencoded-1)
- ("rust-indexmap" ,rust-indexmap-2)
- ("rust-itoa" ,rust-itoa-1)
- ("rust-ryu" ,rust-ryu-1)
- ("rust-serde" ,rust-serde-1))
- #:cargo-development-inputs (("rust-assert-matches2" ,rust-assert-matches2-0.1)
- ("rust-serde" ,rust-serde-1))))
- (home-page "https://github.com/jplatte/serde_html_form")
- (synopsis
- "(De-)serialization support for the `application/x-www-form-urlencoded` format")
- (description
- "This package provides (de-)serialization support for the
-`application/x-www-form-urlencoded` format.")
- (license license:expat)))
-
(define-public rust-serde-derive-1
(package
(name "rust-serde-derive")
@@ -75285,6 +75257,34 @@ (define-public rust-serde-hjson-0.9
framework.")
(license license:expat)))
+(define-public rust-serde-html-form-0.2
+ (package
+ (name "rust-serde-html-form")
+ (version "0.2.4")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "serde_html_form" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "133ycw4zdw4jymnw38n4vnjnvhxf5im3hh6g4akr4rps3ip0dq90"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs (("rust-form-urlencoded" ,rust-form-urlencoded-1)
+ ("rust-indexmap" ,rust-indexmap-2)
+ ("rust-itoa" ,rust-itoa-1)
+ ("rust-ryu" ,rust-ryu-1)
+ ("rust-serde" ,rust-serde-1))
+ #:cargo-development-inputs (("rust-assert-matches2" ,rust-assert-matches2-0.1)
+ ("rust-serde" ,rust-serde-1))))
+ (home-page "https://github.com/jplatte/serde_html_form")
+ (synopsis
+ "(De-)serialization support for the `application/x-www-form-urlencoded` format")
+ (description
+ "This package provides (de-)serialization support for the
+`application/x-www-form-urlencoded` format.")
+ (license license:expat)))
+
(define-public rust-serde-ignored-0.1
(package
(name "rust-serde-ignored")
--
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.