mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -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
|
||||
(package
|
||||
(name "erlang-ssl-verify-fun")
|
||||
(version "1.1.6")
|
||||
(version "1.1.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "ssl_verify_fun" version))
|
||||
(sha256
|
||||
(base32 "1026l1z1jh25z8bfrhaw0ryk5gprhrpnirq877zqhg253x3x5c5x"))))
|
||||
(base32 "1y37pj5q6gk1vrnwg1vraws9yihrv9g4133w2qq1sh1piw71jk7y"))))
|
||||
(build-system rebar-build-system)
|
||||
(home-page "https://github.com/deadtrickster/ssl_verify_fun.erl")
|
||||
(synopsis "SSL verification functions for Erlang")
|
||||
|
|
Loading…
Reference in a new issue