mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +02:00
gnu: erlang-yconf: Update to 1.0.17.
* gnu/packages/erlang-xyz.scm (erlang-yconf): Update to 1.0.17. Change-Id: I98a7c9077c35c0ce1ed4cb7cb2ddc72aadd98663 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
committed by
Zheng Junjie
parent
4cd7e2e0de
commit
559d1ced5a
@@ -548,13 +548,13 @@ Erlang/Elixir.")
|
|||||||
(define-public erlang-yconf
|
(define-public erlang-yconf
|
||||||
(package
|
(package
|
||||||
(name "erlang-yconf")
|
(name "erlang-yconf")
|
||||||
(version "1.0.16")
|
(version "1.0.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri "yconf" version))
|
(uri (hexpm-uri "yconf" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "12bcb0w0nc30bws4lx2ghnz7n755r6nf9a75nb3i31zkfcr82iz9"))))
|
(base32 "098s6if76z37amcqi99m0xq30h5i1znbjmw4ri39li216a994a6x"))))
|
||||||
(build-system rebar-build-system)
|
(build-system rebar-build-system)
|
||||||
(inputs (list erlang-fast-yaml))
|
(inputs (list erlang-fast-yaml))
|
||||||
(synopsis "YAML configuration processor")
|
(synopsis "YAML configuration processor")
|
||||||
|
|||||||
Reference in New Issue
Block a user