guix-commits
[Top][All Lists]
Advanced

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

27/35: gnu: Add elm-danhandrea-elm-date-format.


From: guix-commits
Subject: 27/35: gnu: Add elm-danhandrea-elm-date-format.
Date: Sat, 21 May 2022 19:43:15 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 34f4542154558388810258e49b7fe1c91bff9253
Author: Philip McGrath <philip@philipmcgrath.com>
AuthorDate: Wed May 18 14:11:14 2022 -0400

    gnu: Add elm-danhandrea-elm-date-format.
    
    * gnu/packages/elm.scm (elm-danhandrea-elm-date-format): New variable.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/elm.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/elm.scm b/gnu/packages/elm.scm
index edd13a0b8a..2e37f4c5fc 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -603,3 +603,22 @@ code.  To actually run the tests, you need the 
command-line tool from
 @url{https://github.com/rtfeldman/node-test-runner}, which has not yet been
 packaged for Guix.")
     (license license:bsd-3)))
+
+(define-public elm-danhandrea-elm-date-format
+  (package
+    (name "elm-danhandrea-elm-date-format")
+    (version "2.0.1")
+    (source
+     (elm-package-origin
+      "danhandrea/elm-date-format"
+      version
+      (base32 "03mglzyywij5sm56m7q2jhhbsv7f9rdirgwmq0q41ghir81bzpv6")))
+    (build-system elm-build-system)
+    (propagated-inputs (list elm-time elm-core))
+    (inputs (list elm-explorations-test))
+    (home-page
+     "https://package.elm-lang.org/packages/danhandrea/elm-date-format/2.0.1";)
+    (synopsis "Date formatting for Elm")
+    (description "This package enhances @code{elm/time} with support for
+format strings and internationalization of dates.")
+    (license license:bsd-3)))



reply via email to

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