mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add elixir-ex-cldr-dates-times.
* gnu/packages/elixir-web.scm (elixir-ex-cldr-dates-times): New variable. Change-Id: Ie90b0bd35b707fd406260dd8554be3d0c5637d90 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c22552010c
commit
3cada6504e
1 changed files with 28 additions and 0 deletions
|
@ -100,6 +100,34 @@ apps.")
|
||||||
(home-page "https://hexdocs.pm/error_message/")
|
(home-page "https://hexdocs.pm/error_message/")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
;; This package lives here to avoid module level circular dependencies as it
|
||||||
|
;; depends on elixir-mint.
|
||||||
|
(define-public elixir-ex-cldr-dates-times
|
||||||
|
(package
|
||||||
|
(name "elixir-ex-cldr-dates-times")
|
||||||
|
(version "2.24.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (hexpm-uri "ex_cldr_dates_times" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "00zzwr07x8i8dvhqi2vxpa858s874l941h2m41x9ip2k96dgc3nk"))))
|
||||||
|
(build-system mix-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list elixir-calendar-interval
|
||||||
|
elixir-ex-cldr
|
||||||
|
elixir-ex-cldr-calendars
|
||||||
|
elixir-ex-cldr-units
|
||||||
|
elixir-jason
|
||||||
|
elixir-tz))
|
||||||
|
(synopsis
|
||||||
|
"Date, Time and DateTime localization, internationalization and formatting")
|
||||||
|
(description
|
||||||
|
"Date, Time and @code{DateTime} localization, internationalization and formatting
|
||||||
|
functions using the Common Locale Data Repository (CLDR).")
|
||||||
|
(home-page "https://hexdocs.pm/ex_cldr_dates_times/")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public elixir-hpack
|
(define-public elixir-hpack
|
||||||
(package
|
(package
|
||||||
(name "elixir-hpack")
|
(name "elixir-hpack")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue