mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
92eb4dbb94
commit
66a5362c04
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue