~ruther/guix-local

dc7b1817f6f75fa7e69b7675c313095cc1fddc63 — Mark H Weaver 10 years ago 4f467e3
Revert "gnu: openssl: Update to 1.0.2b."

This reverts commit 4f467e33de0b64b1afd935d14ec6a4839e03bdfc.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/openssl.scm
M gnu/packages/openssl.scm => gnu/packages/openssl.scm +2 -2
@@ 29,14 29,14 @@
(define-public openssl
  (package
   (name "openssl")
   (version "1.0.2b")
   (version "1.0.2a")
   (source (origin
            (method url-fetch)
            (uri (string-append "ftp://ftp.openssl.org/source/openssl-" version
                                ".tar.gz"))
            (sha256
             (base32
              "0gwf4fy1yqmai6wph0g9lh09iarwxaa70hm7jm0rf1qakz68im6m"))
              "0jijgzf72659pikms2bc5w31h78xrd1h5zp2r01an2h340y3kdhm"))
            (patches (list (search-patch "openssl-runpath.patch")))))
   (build-system gnu-build-system)
   (native-inputs `(("perl" ,perl)))