me
/
guix
Archived
1
0
Fork 0

gnu: Add elm-justinmimbs-time-extra.

* gnu/packages/elm.scm (elm-justinmimbs-time-extra): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Philip McGrath 2022-05-18 14:11:17 -04:00 committed by Ludovic Courtès
parent f0b7c8dca0
commit 0fbf000f68
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 22 additions and 0 deletions

View File

@ -664,3 +664,25 @@ for working with POSIX times.")
"This Elm package provides a simple @code{Date} type for working with
dates without times or zones.")
(license license:bsd-3)))
(define-public elm-justinmimbs-time-extra
(package
(name "elm-justinmimbs-time-extra")
(version "1.1.1")
(source
(elm-package-origin
"justinmimbs/time-extra"
version
(base32 "1gmgvzlpzkysvm86d0md75ply10pz28bg699m4763frss0jvrngh")))
(build-system elm-build-system)
(propagated-inputs
(list elm-justinmimbs-date
elm-time
elm-core))
(home-page
"https://package.elm-lang.org/packages/justinmimbs/time-extra/1.1.1")
(synopsis "Extra functions for POSIX times in Elm")
(description
"This package provides extra functions for working with @code{Posix}
times from @code{elm/time}.")
(license license:bsd-3)))