diff options
| author | Giacomo Leidi <goodoldpaul@autistici.org> | 2025-10-01 17:34:30 +0200 |
|---|---|---|
| committer | Giacomo Leidi <therewasa@fishinthecalculator.me> | 2026-02-12 17:39:10 +0100 |
| commit | 6e4f3a42c1826794b2fa6b0e7759e237e6cf623d (patch) | |
| tree | 09e0a9fe5e8fc74e67d188f9eaf610308aa4f416 /gnu/packages/elixir-web.scm | |
| parent | ce1cc74e677bf599210e3802b651a9304b614a3c (diff) | |
gnu: elixir-phoenix-html: Update to 4.3.0.
* gnu/packages/elixir-web.scm (elixir-phoenix-html): Update to 4.3.0.
Change-Id: Iceb787144bae7fef34c48f1a0268d309f288d5a0
Diffstat (limited to 'gnu/packages/elixir-web.scm')
| -rw-r--r-- | gnu/packages/elixir-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/elixir-web.scm b/gnu/packages/elixir-web.scm index 7eb2644faa8..13e1f1eb70a 100644 --- a/gnu/packages/elixir-web.scm +++ b/gnu/packages/elixir-web.scm | |||
| @@ -442,13 +442,13 @@ Ecto, implementing all relevant protocols.") | |||
| 442 | (define-public elixir-phoenix-html | 442 | (define-public elixir-phoenix-html |
| 443 | (package | 443 | (package |
| 444 | (name "elixir-phoenix-html") | 444 | (name "elixir-phoenix-html") |
| 445 | (version "4.2.1") | 445 | (version "4.3.0") |
| 446 | (source | 446 | (source |
| 447 | (origin | 447 | (origin |
| 448 | (method url-fetch) | 448 | (method url-fetch) |
| 449 | (uri (hexpm-uri "phoenix_html" version)) | 449 | (uri (hexpm-uri "phoenix_html" version)) |
| 450 | (sha256 | 450 | (sha256 |
| 451 | (base32 "0lz04g7h49x9rg4k3l6zz29va84fxy62m3xfb7cmswg21880iwfg")))) | 451 | (base32 "1bcp0kri8fh6ygs6js3ppja9sxmy3fc6m94iyxsz1c5sg052kaiy")))) |
| 452 | (build-system mix-build-system) | 452 | (build-system mix-build-system) |
| 453 | (synopsis "Phoenix view functions for working with HTML templates") | 453 | (synopsis "Phoenix view functions for working with HTML templates") |
| 454 | (description "This package provides @code{elixir-phoenix-html}, a library | 454 | (description "This package provides @code{elixir-phoenix-html}, a library |
