guix-commits
[Top][All Lists]
Advanced

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

13/35: gnu: Add elm-time.


From: guix-commits
Subject: 13/35: gnu: Add elm-time.
Date: Sat, 21 May 2022 19:43:06 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

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

    gnu: Add elm-time.
    
    * gnu/packages/elm.scm (elm-time): 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 5ba6743399..2b9ee3594a 100644
--- a/gnu/packages/elm.scm
+++ b/gnu/packages/elm.scm
@@ -220,3 +220,22 @@ higher-level libraries directly.")
      "This package provides Elm's @acronym{SVG, Scalable Vector Graphics}
 library.")
     (license license:bsd-3)))
+
+(define-public elm-time
+  (package
+    (name "elm-time")
+    (version "1.0.0")
+    (source
+     (elm-package-origin
+      "elm/time"
+      version
+      (base32 "0wqa2vhl1zf8z0j2yd3yjwfhr0dydfns43bbzll3k4rhnjadxr1l")))
+    (build-system elm-build-system)
+    (propagated-inputs (list elm-core))
+    (home-page "https://package.elm-lang.org/packages/elm/time/1.0.0";)
+    (synopsis
+     "POSIX time and time zones in Elm")
+    (description
+     "This package provides an Elm library for working with POSIX times, time
+zones, formatting, and the clock.")
+    (license license:bsd-3)))



reply via email to

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