mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: erlang-yamerl: Update to 0.10.0-0.a24f448.
* gnu/packages/erlang.scm (erlang-yamerl): Update to 0.10.0-0.a24f448. Change-Id: Ib279881ff14e6e46ef639c1bcbc53706fa55aef6 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
d029fef845
commit
13b15c5e89
1 changed files with 22 additions and 19 deletions
|
@ -290,26 +290,29 @@ (define-public erlang-cf
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public erlang-yamerl
|
(define-public erlang-yamerl
|
||||||
(package
|
(let ((commit "a24f448c0a8084f70b751dc38621047e56fb53cc")
|
||||||
(name "erlang-yamerl")
|
(revision "0"))
|
||||||
(version "0.10.0")
|
(package
|
||||||
(source
|
(name "erlang-yamerl")
|
||||||
(origin
|
(version (git-version "0.10.0" revision commit))
|
||||||
(method git-fetch)
|
(source
|
||||||
(uri (git-reference
|
(origin
|
||||||
;; There are no tests included on Hex.
|
(method git-fetch)
|
||||||
(url "https://github.com/yakaz/yamerl")
|
(uri (git-reference
|
||||||
(commit (string-append "v" version))))
|
;; There are no tests included on Hex.
|
||||||
(file-name (git-file-name name version))
|
(url "https://github.com/yakaz/yamerl")
|
||||||
(sha256
|
;; Fetching commit which includes Erlang 27+ related fixes.
|
||||||
(base32 "0if8abgmispcfk7zhd0a5dndzwzbsmqrbyrm5shk375r2dbbwak6"))))
|
(commit commit)))
|
||||||
(build-system rebar-build-system)
|
(file-name (git-file-name name version))
|
||||||
(synopsis "YAML and JSON parser in pure Erlang")
|
(sha256
|
||||||
(description
|
(base32 "1csq0z4igyybjgmrynz4d49ysv437iyd2xzkhifb5x47lpdpfpkq"))))
|
||||||
"Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as
|
(build-system rebar-build-system)
|
||||||
|
(synopsis "YAML and JSON parser in pure Erlang")
|
||||||
|
(description
|
||||||
|
"Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as
|
||||||
JSON documents.")
|
JSON documents.")
|
||||||
(home-page "https://hexdocs.pm/yamerl/")
|
(home-page "https://hexdocs.pm/yamerl/")
|
||||||
(license license:bsd-2)))
|
(license license:bsd-2))))
|
||||||
|
|
||||||
(define-public erlang-covertool
|
(define-public erlang-covertool
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue