mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
8cd03094b5
commit
880901dad7
1 changed files with 2 additions and 2 deletions
|
@ -442,13 +442,13 @@ Ecto, implementing all relevant protocols.")
|
|||
(define-public elixir-phoenix-html
|
||||
(package
|
||||
(name "elixir-phoenix-html")
|
||||
(version "4.2.1")
|
||||
(version "4.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "phoenix_html" version))
|
||||
(sha256
|
||||
(base32 "0lz04g7h49x9rg4k3l6zz29va84fxy62m3xfb7cmswg21880iwfg"))))
|
||||
(base32 "1bcp0kri8fh6ygs6js3ppja9sxmy3fc6m94iyxsz1c5sg052kaiy"))))
|
||||
(build-system mix-build-system)
|
||||
(synopsis "Phoenix view functions for working with HTML templates")
|
||||
(description "This package provides @code{elixir-phoenix-html}, a library
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue