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:
Igor Goryachev via Guix-patches via 2024-08-07 19:32:10 +03:00 committed by Andrew Tropin
parent d029fef845
commit 13b15c5e89
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -290,26 +290,29 @@ printing extending the io:format syntax to add colours.")
(license license:expat))) (license license:expat)))
(define-public erlang-yamerl (define-public erlang-yamerl
(let ((commit "a24f448c0a8084f70b751dc38621047e56fb53cc")
(revision "0"))
(package (package
(name "erlang-yamerl") (name "erlang-yamerl")
(version "0.10.0") (version (git-version "0.10.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
;; There are no tests included on Hex. ;; There are no tests included on Hex.
(url "https://github.com/yakaz/yamerl") (url "https://github.com/yakaz/yamerl")
(commit (string-append "v" version)))) ;; Fetching commit which includes Erlang 27+ related fixes.
(commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0if8abgmispcfk7zhd0a5dndzwzbsmqrbyrm5shk375r2dbbwak6")))) (base32 "1csq0z4igyybjgmrynz4d49ysv437iyd2xzkhifb5x47lpdpfpkq"))))
(build-system rebar-build-system) (build-system rebar-build-system)
(synopsis "YAML and JSON parser in pure Erlang") (synopsis "YAML and JSON parser in pure Erlang")
(description (description
"Erlang application to parse YAML 1.1 and YAML 1.2 documents, as well as "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