[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)))
- 21/35: gnu: Add elm-explorations-markdown., (continued)
- 21/35: gnu: Add elm-explorations-markdown., guix-commits, 2022/05/21
- 30/35: gnu: Add elm-justinmimbs-time-extra., guix-commits, 2022/05/21
- 18/35: gnu: Add elm-http., guix-commits, 2022/05/21
- 11/35: gnu: Add elm-html., guix-commits, 2022/05/21
- 01/35: gnu: elm-compiler: Update to 0.19.1., guix-commits, 2022/05/21
- 05/35: build-system/elm: Add implicit Elm inputs., guix-commits, 2022/05/21
- 03/35: guix: Add elm-build-system., guix-commits, 2022/05/21
- 24/35: gnu: Add elm-debois-elm-dom., guix-commits, 2022/05/21
- 09/35: import: Add Elm importer., guix-commits, 2022/05/21
- 28/35: gnu: Add elm-danhandrea-elm-time-extra., guix-commits, 2022/05/21
- 13/35: gnu: Add elm-time.,
guix-commits <=
- 10/35: gnu: Add elm-virtual-dom., guix-commits, 2022/05/21
- 07/35: http-client: 'http-fetch/cached' converts strings to URIs., guix-commits, 2022/05/21
- 34/35: gnu: Add elm-terezka-elm-charts., guix-commits, 2022/05/21