gnu: Add erlang-hut.

* gnu/packages/erlang-xyz.scm (erlang-hut): New variable.

Change-Id: I20e2aa3e19d462be9eb7be14b9569c5b3deb01ef
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Giacomo Leidi 2025-09-12 18:41:22 +02:00 committed by Ludovic Courtès
parent 0ecab32bc5
commit e1edf4d40f
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -212,6 +212,25 @@ Erlang and Elixir.")
(home-page "https://hex.pm/packages/jiffy")
(license license:expat)))
(define-public erlang-hut
(package
(name "erlang-hut")
(version "1.4.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "hut" version))
(sha256
(base32 "00xvdqyycljks3dh79jz4rjmdwcp7ky6158dywva765fkd5p1y3s"))))
(build-system rebar-build-system)
(synopsis
"Helper logging library for Erlang")
(description
"This package provides an helper library for making Erlang libraries
logging framework agnostic.")
(home-page "https://hex.pm/packages/hut")
(license license:expat)))
(define-public erlang-pkix
(package
(name "erlang-pkix")