gnu: openssl: Update to 1.0.1i.

* gnu/packages/openssl.scm (openssl): Update to 1.0.1i.
This commit is contained in:
Mark H Weaver 2014-08-09 11:26:50 -04:00
parent 0b28f1584f
commit 2cabd7d862

View file

@ -28,14 +28,14 @@ (define-module (gnu packages openssl)
(define-public openssl
(package
(name "openssl")
(version "1.0.1h")
(version "1.0.1i")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.openssl.org/source/openssl-" version
".tar.gz"))
(sha256
(base32
"14yhsgag5as7nhxnw7f0vklwjwa3pmn1i15nmp3f4qxa6sc8l74x"))))
"1izwv1wzqdw8aqnvb70jcqpqp0rvkcm22w5c1dm9l1kpr939y5rw"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(arguments