gnu: r-openssl: Update to 0.9.6.

* gnu/packages/statistics.scm (r-openssl): Update to 0.9.6.
This commit is contained in:
Roel Janssen 2017-01-03 13:39:51 +01:00
parent 596fcfac88
commit 437d064dc5
No known key found for this signature in database
GPG key ID: C3EC1DCA843072E1

View file

@ -1819,14 +1819,14 @@ (define-public r-roxygen2
(define-public r-openssl
(package
(name "r-openssl")
(version "0.9.5")
(version "0.9.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "openssl" version))
(sha256
(base32
"1lal8mmcwjhhln10mfi96ipv3d364k0wiviiln220wvhddcpr9pp"))))
"0ffwllii8xl6sa2v66134g0fwaw1y3zn3mvaa4nrc120vv5d3mkd"))))
(build-system r-build-system)
(inputs
`(("openssl" ,openssl)))