gnu: openssl: Update to 1.0.1j.

* gnu/packages/openssl.scm (openssl): Update to 1.0.1j.
This commit is contained in:
Mark H Weaver 2014-10-23 20:54:14 -04:00
parent c57a6e4cd5
commit e102df2812

View file

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