gnu: r-openssl: Update to 0.9.4.

* gnu/packages/statistics.scm (r-openssl): Update to 0.9.4.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:22:19 +02:00
parent 81147fe886
commit 130c3c8b93
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1562,14 +1562,14 @@ (define-public r-roxygen2
(define-public r-openssl
(package
(name "r-openssl")
(version "0.9.3")
(version "0.9.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"0ldqam7d9fyxwhr651ld6lsh05lg4v2y8ajxwzq9ywzjmfb3vlpz"))))
"0rpb3xdzab453yjddr8ryad53ll27zss8abnj30aqa2lzbg4jwyb"))))
(build-system r-build-system)
(inputs
`(("openssl" ,openssl)))