guix-commits
[Top][All Lists]
Advanced

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

151/397: gnu: Add rust-speedate-0.15.


From: guix-commits
Subject: 151/397: gnu: Add rust-speedate-0.15.
Date: Thu, 16 Jan 2025 04:30:21 -0500 (EST)

rekado pushed a commit to branch python-team
in repository guix.

commit 6764f25d696ca6100f3a4d77d2e279be988aec15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 3 21:21:44 2025 +0100

    gnu: Add rust-speedate-0.15.
    
    * gnu/packages/crates-io.scm (rust-speedate-0.15): New variable.
    
    Change-Id: I26884819391b46fc2f321b3f3f364a54c75ceb80
---
 gnu/packages/crates-io.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 28269591fe..d9ce697856 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -74480,6 +74480,30 @@ maximal amount of configuration possible intended.")
      "An RSpec inspired minimal testing framework for Rust.")
     (license license:expat)))
 
+(define-public rust-speedate-0.15
+  (package
+    (name "rust-speedate")
+    (version "0.15.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "speedate" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0dzryiwvdbdcz74x0hidb5g1c2aal4n9cxsdlqwxxrq79vgplpls"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs (("rust-strum" ,rust-strum-0.26)
+                       ("rust-strum-macros" ,rust-strum-macros-0.26))
+       #:cargo-development-inputs (("rust-chrono" ,rust-chrono-0.4)
+                                   ("rust-iso8601" ,rust-iso8601-0.6)
+                                   ("rust-paste" ,rust-paste-1))))
+    (home-page "https://github.com/pydantic/speedate/";)
+    (synopsis "Fast and simple datetime, date, time and duration parsing")
+    (description "This package provides fast and simple datetime, date, time 
and
+duration parsing.")
+    (license license:expat)))
+
 (define-public rust-speedate-0.14
   (package
     (name "rust-speedate")



reply via email to

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