mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: erlang-cth-readable: Update to 1.6.0.
* gnu/packages/erlang.scm (erlang-cth-readable): Update to 1.6.0. Change-Id: I8e3d6e2585f1e7b570a49f17a3c86dcc67eaf145 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
ff10787de5
commit
a536caee90
1 changed files with 2 additions and 2 deletions
|
@ -332,13 +332,13 @@ (define-public erlang-covertool
|
|||
(define-public erlang-cth-readable
|
||||
(package
|
||||
(name "erlang-cth-readable")
|
||||
(version "1.5.1")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "cth_readable" version))
|
||||
(sha256
|
||||
(base32 "104xgybb6iciy6i28pyyrarqzliddi8kjyq43ajaav7y5si42rb8"))))
|
||||
(base32 "16851qzf2mjgw36s2bx3bb4x2vm8fpg8jk3dz8ph1mai5dim47lh"))))
|
||||
(build-system rebar-build-system)
|
||||
(propagated-inputs
|
||||
(list erlang-cf))
|
||||
|
|
Loading…
Reference in a new issue