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:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:42 +03:00 committed by Andrew Tropin
parent ff10787de5
commit a536caee90
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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))