1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 19:11:46 +02:00

gnu: erlang-fast-tls: Update to 1.1.22.

* gnu/packages/erlang-xyz.scm (erlang-fast-tls): Update to 1.1.22.

Change-Id: Ibfbe1d860356886abf44abe75fa9b8bf2f373e48
Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
Igor Goryachev
2025-01-17 20:47:01 +02:00
committed by Zheng Junjie
parent 6a001764b0
commit 8064e3a7d7
+2 -2
View File
@@ -372,13 +372,13 @@ implementation.")
(define-public erlang-fast-tls
(package
(name "erlang-fast-tls")
(version "1.1.21")
(version "1.1.22")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "fast_tls" version))
(sha256
(base32 "0nsh5597pa1643kj2mmp05anss2r0gq83al0rm45w0ip768l458k"))))
(base32 "0ns8wbl5gxprficlm653ql6d51z6fy0fy3r3am3mrcbszfp7jmz6"))))
(build-system rebar-build-system)
(inputs (list erlang-p1-utils openssl))
(native-inputs (list erlang-pc openssl))