me
/
guix
Archived
1
0
Fork 0

gnu: openssl: Upgrade to 1.0.1f.

* gnu/packages/openssl.scm (openssl): Upgrade to 1.0.1f.
master
Mark H Weaver 2014-02-09 04:56:51 -05:00
parent 6ede17ca69
commit 18095a4ae0
1 changed files with 2 additions and 2 deletions

View File

@ -27,13 +27,13 @@
(define-public openssl
(package
(name "openssl")
(version "1.0.1c")
(version "1.0.1f")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ftp.openssl.org/source/openssl-" version
".tar.gz"))
(sha256 (base32
"1gjy6a7d8nszi9wq8jdzx3cffn0nss23h3cw2ywlw4cb9v6v77ia"))))
"0nnbr70dg67raqsqvlypzxa1v5xsv9gp91f9pavyckfn2w5sihkc"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl)))
(arguments