gnu: erlang-ssl-verify-fun: Update to 1.1.7.

* gnu/packages/erlang.scm (erlang-ssl-verify-fun): Update to 1.1.7.

Change-Id: I9bfa90dc27dc39863ffa5112c08beee0ee79bf32
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:50 +03:00 committed by Andrew Tropin
parent 92eb4dbb94
commit 66a5362c04
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -587,13 +587,13 @@ (define-public erlang-relx
(define-public erlang-ssl-verify-fun (define-public erlang-ssl-verify-fun
(package (package
(name "erlang-ssl-verify-fun") (name "erlang-ssl-verify-fun")
(version "1.1.6") (version "1.1.7")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (hexpm-uri "ssl_verify_fun" version)) (uri (hexpm-uri "ssl_verify_fun" version))
(sha256 (sha256
(base32 "1026l1z1jh25z8bfrhaw0ryk5gprhrpnirq877zqhg253x3x5c5x")))) (base32 "1y37pj5q6gk1vrnwg1vraws9yihrv9g4133w2qq1sh1piw71jk7y"))))
(build-system rebar-build-system) (build-system rebar-build-system)
(home-page "https://github.com/deadtrickster/ssl_verify_fun.erl") (home-page "https://github.com/deadtrickster/ssl_verify_fun.erl")
(synopsis "SSL verification functions for Erlang") (synopsis "SSL verification functions for Erlang")