diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-18 16:10:28 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-28 13:38:03 +0200 |
| commit | f49f6c36a15e97aac582bc611a5381bc50eded00 (patch) | |
| tree | 6b5523ed3aced67be9a294bd4a672334fc259f4f /gnu | |
| parent | a9b14993aa6e9abd84097ccb5526727ec3f2ff8d (diff) | |
gnu: Add elixir-ex-cldr-calendars-japanese.
* gnu/packages/elixir-i18n.scm (elixir-ex-cldr-calendars-japanese): New variable.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/elixir-i18n.scm | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/elixir-i18n.scm b/gnu/packages/elixir-i18n.scm index e3fa6fc9b0a..07eab4bbffe 100644 --- a/gnu/packages/elixir-i18n.scm +++ b/gnu/packages/elixir-i18n.scm | |||
| @@ -96,6 +96,25 @@ data.") | |||
| 96 | (home-page "https://hexdocs.pm/ex_cldr_calendars/") | 96 | (home-page "https://hexdocs.pm/ex_cldr_calendars/") |
| 97 | (license license:asl2.0))) | 97 | (license license:asl2.0))) |
| 98 | 98 | ||
| 99 | (define-public elixir-ex-cldr-calendars-japanese | ||
| 100 | (package | ||
| 101 | (name "elixir-ex-cldr-calendars-japanese") | ||
| 102 | (version "1.1.0") | ||
| 103 | (source | ||
| 104 | (origin | ||
| 105 | (method url-fetch) | ||
| 106 | (uri (hexpm-uri "ex_cldr_calendars_japanese" version)) | ||
| 107 | (sha256 | ||
| 108 | (base32 "13c6n5lgbpn3cja5aiik9836ki65syyhcv92acxywr53s6bsnsqc")))) | ||
| 109 | (build-system mix-build-system) | ||
| 110 | (propagated-inputs (list elixir-ex-cldr-calendars)) | ||
| 111 | (synopsis "Japanese calendar implementation for Elixir") | ||
| 112 | (description | ||
| 113 | "This package provides an implementation of the Japanese | ||
| 114 | (Gregorian-based with Japanese eras) calendar for Elixir.") | ||
| 115 | (home-page "https://hexdocs.pm/ex_cldr_calendars_japanese/") | ||
| 116 | (license license:asl2.0))) | ||
| 117 | |||
| 99 | (define-public elixir-ex-cldr-currencies | 118 | (define-public elixir-ex-cldr-currencies |
| 100 | (package | 119 | (package |
| 101 | (name "elixir-ex-cldr-currencies") | 120 | (name "elixir-ex-cldr-currencies") |
