guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/62: gnu: Place rust-lettre-email-0.9 in alphabetical order.


From: guix-commits
Subject: 50/62: gnu: Place rust-lettre-email-0.9 in alphabetical order.
Date: Wed, 13 Mar 2024 16:22:26 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit a2d2d60338c7a3f42313d0576346fdb99b580ca1
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:40 2024 +0100

    gnu: Place rust-lettre-email-0.9 in alphabetical order.
    
    gnu/packages/crates-io.scm (rust-lettre-email-0.9): Move variable.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 c832936b1a..1ad45d50c1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -20643,34 +20643,6 @@ Emacs' support for dynamic modules.")
      "This crate provides an implementation of RFC 5322 email messages.")
     (license license:expat)))
 
-(define-public rust-lettre-email-0.9
-  (package
-    (name "rust-lettre-email")
-    (version "0.9.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "lettre_email" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "1mar4njchjd33q7s47r43njjj8farkb78f8ica77jj6gil7lh0px"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-base64" ,rust-base64-0.10)
-        ("rust-email" ,rust-email-0.0.20)
-        ("rust-lettre" ,rust-lettre-0.9)
-        ("rust-mime" ,rust-mime-0.3)
-        ("rust-time" ,rust-time-0.1)
-        ("rust-uuid" ,rust-uuid-0.7))))
-    (home-page "https://github.com/lettre/lettre";)
-    (synopsis "Mailer library for Rust")
-    (description "Lettre is a mailer library for Rust.  It provides multiple
-transport methods, unicode support, secure delivery with SMTP using encryption
-and authentication, easy email builders, and async support.")
-    (license license:expat)))
-
 (define-public rust-emojis-0.5
   (package
     (name "rust-emojis")
@@ -33175,6 +33147,34 @@ requires non-const function calls to be computed.")
 sending emails from Rust applications.")
     (license license:expat)))
 
+(define-public rust-lettre-email-0.9
+  (package
+    (name "rust-lettre-email")
+    (version "0.9.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lettre_email" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1mar4njchjd33q7s47r43njjj8farkb78f8ica77jj6gil7lh0px"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-base64" ,rust-base64-0.10)
+        ("rust-email" ,rust-email-0.0.20)
+        ("rust-lettre" ,rust-lettre-0.9)
+        ("rust-mime" ,rust-mime-0.3)
+        ("rust-time" ,rust-time-0.1)
+        ("rust-uuid" ,rust-uuid-0.7))))
+    (home-page "https://github.com/lettre/lettre";)
+    (synopsis "Mailer library for Rust")
+    (description "Lettre is a mailer library for Rust.  It provides multiple
+transport methods, unicode support, secure delivery with SMTP using encryption
+and authentication, easy email builders, and async support.")
+    (license license:expat)))
+
 (define-public rust-levenshtein-1
   (package
     (name "rust-levenshtein")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]