diff options
| author | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-07-18 18:53:21 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-28 13:38:04 +0200 |
| commit | ef1bddb5927f7b365b602c3e1f115578178552fe (patch) | |
| tree | 4179278e30e2913307c7dac2fc918ee05101556c /gnu/packages/elixir-markup.scm | |
| parent | 8da69dda572bc0b23235e74f76803e69311a205a (diff) | |
gnu: elixir-ex-doc: Update to 0.40.3.
* gnu/packages/elixir-markup.scm (elixir-ex-doc): Update to 0.40.3.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/elixir-markup.scm')
| -rw-r--r-- | gnu/packages/elixir-markup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elixir-markup.scm b/gnu/packages/elixir-markup.scm index 9b4fd1180cc..0356ce6f093 100644 --- a/gnu/packages/elixir-markup.scm +++ b/gnu/packages/elixir-markup.scm | |||
| @@ -111,13 +111,13 @@ LazyHTML.") | |||
| 111 | (define-public elixir-ex-doc | 111 | (define-public elixir-ex-doc |
| 112 | (package | 112 | (package |
| 113 | (name "elixir-ex-doc") | 113 | (name "elixir-ex-doc") |
| 114 | (version "0.38.4") | 114 | (version "0.40.3") |
| 115 | (source | 115 | (source |
| 116 | (origin | 116 | (origin |
| 117 | (method url-fetch) | 117 | (method url-fetch) |
| 118 | (uri (hexpm-uri "ex_doc" version)) | 118 | (uri (hexpm-uri "ex_doc" version)) |
| 119 | (sha256 | 119 | (sha256 |
| 120 | (base32 "1ck5y70zkppyswpagvla4zh19cryc4slw5c04lf930wa81327dpp")))) | 120 | (base32 "1pkkp42dgj3dks6p4x9fbx39rscwgkb8b6s8kdsdkv1gfiby6mi7")))) |
| 121 | (build-system mix-build-system) | 121 | (build-system mix-build-system) |
| 122 | (arguments | 122 | (arguments |
| 123 | ;; FIXME: tests depend on lazy_html which is not yet packaged. | 123 | ;; FIXME: tests depend on lazy_html which is not yet packaged. |
