mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06: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:
parent
4cd7e2e0de
commit
559d1ced5a
1 changed files with 2 additions and 2 deletions
|
|
@ -548,13 +548,13 @@ Erlang/Elixir.")
|
|||
(define-public erlang-yconf
|
||||
(package
|
||||
(name "erlang-yconf")
|
||||
(version "1.0.16")
|
||||
(version "1.0.17")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "yconf" version))
|
||||
(sha256
|
||||
(base32 "12bcb0w0nc30bws4lx2ghnz7n755r6nf9a75nb3i31zkfcr82iz9"))))
|
||||
(base32 "098s6if76z37amcqi99m0xq30h5i1znbjmw4ri39li216a994a6x"))))
|
||||
(build-system rebar-build-system)
|
||||
(inputs (list erlang-fast-yaml))
|
||||
(synopsis "YAML configuration processor")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue