mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: elixir-erlex: Update to 0.2.7.
* gnu/packages/elixir-xyz.scm (elixir-erlex): Update to 0.2.7. Change-Id: Ifbfa7886525e89894fc9d440d85eca0281e32e23 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
2ca673c228
commit
0ea33498d5
1 changed files with 2 additions and 2 deletions
|
@ -257,13 +257,13 @@ (define-public elixir-credo
|
||||||
(define-public elixir-erlex
|
(define-public elixir-erlex
|
||||||
(package
|
(package
|
||||||
(name "elixir-erlex")
|
(name "elixir-erlex")
|
||||||
(version "0.2.6")
|
(version "0.2.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri name version))
|
(uri (hexpm-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x8c1j62y748ldvlh46sxzv5514rpzm809vxn594vd7y25by5lif"))))
|
(base32 "1c7gcm9nhf7m3pq0776sav744ak1sph63shcpzvc6i58s5wmzn9y"))))
|
||||||
(build-system mix-build-system)
|
(build-system mix-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(synopsis
|
(synopsis
|
||||||
|
|
Loading…
Reference in a new issue