mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: elixir-phoenix-live-head: Update to 1.0.0.
* gnu/packages/elixir-web.scm (elixir-phoenix-live-head): Update to 1.0.0. Change-Id: I113f95a72bed99ae57d3ed11b0283eaba6af6d60
This commit is contained in:
committed by
Giacomo Leidi
parent
947c3bb931
commit
15e7af3bfb
@@ -481,13 +481,13 @@ Phoenix Live View applications.")
|
||||
(define-public elixir-phoenix-live-head
|
||||
(package
|
||||
(name "elixir-phoenix-live-head")
|
||||
(version "0.3.0")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "phoenix_live_head" version))
|
||||
(sha256
|
||||
(base32 "060bbni63v4jqyiqrykcl2sdra3brhvr15d1q7wg1c48cki01ah3"))))
|
||||
(base32 "12z1rjizkj4337cc0p1mvjq7n0jgd0v9gd8p8bw10vsi5ykbdlai"))))
|
||||
(build-system mix-build-system)
|
||||
(native-inputs
|
||||
(list elixir-excoveralls))
|
||||
|
||||
Reference in New Issue
Block a user