[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#54796] [PATCH v3 12/22] gnu: Add erlang-ssl-verify-fun.
From: |
Hartmut Goebel |
Subject: |
[bug#54796] [PATCH v3 12/22] gnu: Add erlang-ssl-verify-fun. |
Date: |
Fri, 8 Apr 2022 19:03:45 +0200 |
* gnu/packages/erlang.scm (erlang-ssl-verify-fun): New variable.
---
gnu/packages/erlang.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 826bc67d40..a7e63db0f3 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -422,3 +422,20 @@ Erlang.")
(synopsis "Erlang providers library")
(description "This package provides an Erlang providers library.")
(license license:asl2.0)))
+
+(define-public erlang-ssl-verify-fun
+ (package
+ (name "erlang-ssl-verify-fun")
+ (version "1.1.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (hexpm-uri "ssl_verify_fun" version))
+ (sha256
+ (base32 "1026l1z1jh25z8bfrhaw0ryk5gprhrpnirq877zqhg253x3x5c5x"))))
+ (build-system rebar3-build-system)
+ (home-page "https://github.com/deadtrickster/ssl_verify_fun.erl")
+ (synopsis "SSL verification functions for Erlang")
+ (description "This package provides SSL verification functions for
+Erlang.")
+ (license license:expat)))
--
2.30.2
- [bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., (continued)
[bug#54796] [PATCH v3 22/22] build-system: Add 'rebar3-build-system'., Maxime Devos, 2022/04/09
[bug#54796] [PATCH v3 05/22] gnu: Add erlang-cth-readable., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 10/22] gnu: Add erlang-parse-trans., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 12/22] gnu: Add erlang-ssl-verify-fun.,
Hartmut Goebel <=
[bug#54796] [PATCH v3 18/22] gnu: Add rebar3., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 15/22] gnu: Add erlang-jsone., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 19/22] gnu: Add rebar3-raw-deps., Hartmut Goebel, 2022/04/08
[bug#54796] [PATCH v3 01/22] import: Add hex.pm importer., Hartmut Goebel, 2022/04/08