diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-18 18:45:00 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-28 13:38:03 +0200 |
| commit | 3e20d76f15ea6ef6c776cff82a4e75581f96034c (patch) | |
| tree | 6d8a358c3dd27c727663dca340f44288bc9be4dd /gnu/packages/elixir-markup.scm | |
| parent | 39163d384409b1a867c5021a85bea19e714f6ec0 (diff) | |
gnu: elixir-easyhtml: Update to 0.4.0.
* gnu/packages/elixir-markup.scm (elixir-easyhtml): Update to 0.4.0.
[propagated-inputs]: Replace elixir-floki with elixir-lazy-html.
[synopsis]: Drop mention of floki.
[description]: Drop mention of floki and align with upstream.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/elixir-markup.scm')
| -rw-r--r-- | gnu/packages/elixir-markup.scm | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/gnu/packages/elixir-markup.scm b/gnu/packages/elixir-markup.scm index f9a1bec8b05..84d989f8e9a 100644 --- a/gnu/packages/elixir-markup.scm +++ b/gnu/packages/elixir-markup.scm | |||
| @@ -93,26 +93,18 @@ library (just call Earmark.as_html), but can also be used as a command-line tool | |||
| 93 | (define-public elixir-easyhtml | 93 | (define-public elixir-easyhtml |
| 94 | (package | 94 | (package |
| 95 | (name "elixir-easyhtml") | 95 | (name "elixir-easyhtml") |
| 96 | (version "0.3.2") | 96 | (version "0.4.0") |
| 97 | (source | 97 | (source |
| 98 | (origin | 98 | (origin |
| 99 | (method url-fetch) | 99 | (method url-fetch) |
| 100 | (uri (hexpm-uri "easyhtml" version)) | 100 | (uri (hexpm-uri "easyhtml" version)) |
| 101 | (sha256 | 101 | (sha256 |
| 102 | (base32 "01jxhj3hpivf5c0x7d11c8xrx3d0ln6wsa78lc58g90j2vwkdadn")))) | 102 | (base32 "00wciw1sy9d8mjxaq3xfswg8fqcw1vidc7f7zasj784lqqv52wim")))) |
| 103 | (build-system mix-build-system) | 103 | (build-system mix-build-system) |
| 104 | (propagated-inputs (list elixir-floki)) | 104 | (propagated-inputs (list elixir-lazy-html)) |
| 105 | (synopsis "Tiny wrapper around Floki") | 105 | (synopsis "EasyHTML makes working with HTML easy.") |
| 106 | (description "@code{EasyHTML} makes working with HTML easy. It is a tiny | 106 | (description "@code{EasyHTML} makes working with HTML easy. It uses |
| 107 | wrapper around Floki that adds conveniences: | 107 | LazyHTML.") |
| 108 | |||
| 109 | @itemize | ||
| 110 | @item An @code{Inspect} implementation to pretty-print HTML snippets | ||
| 111 | @item An @code{Access} implementation to search them | ||
| 112 | @item An @code{Enumerable} implementation to traverse them | ||
| 113 | item A @code{String.Chars} implementation to convert them to text | ||
| 114 | @end itemize | ||
| 115 | ") | ||
| 116 | (home-page "https://hexdocs.pm/easyhtml/") | 108 | (home-page "https://hexdocs.pm/easyhtml/") |
| 117 | (license license:asl2.0))) | 109 | (license license:asl2.0))) |
| 118 | 110 | ||
