me
/
guix
Archived
1
0
Fork 0

gnu: Add erlang-p1-utils.

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

Change-Id: I90bb3816c2c29c5c2f7a9eec3656967f63ae58b1
Signed-off-by: Andrew Tropin <andrew@trop.in>
master
Igor Goryachev via Guix-patches via 2024-08-05 13:44:39 +03:00 committed by Andrew Tropin
parent 0ab5cdf2bd
commit 1d8ff6cc61
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 16 additions and 0 deletions

View File

@ -62,6 +62,22 @@ Erlang and Elixir.")
(home-page "https://hex.pm/packages/jose")
(license license:expat)))
(define-public erlang-p1-utils
(package
(name "erlang-p1-utils")
(version "1.0.26")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "p1_utils" version))
(sha256
(base32 "0k5hfqrjrvgh7gknqj5pzpra9k1g0bgc2ac19zb8pfan2669wdyh"))))
(build-system rebar-build-system)
(synopsis "ProcessOne utility modules for Erlang")
(description "This package provides ProcessOne utility modules for Erlang.")
(home-page "https://hex.pm/packages/p1_utils")
(license license:asl2.0)))
(define-public erlang-base64url
(package
(name "erlang-base64url")