mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-openssl: Update to 2.1.2.
* gnu/packages/statistics.scm (r-openssl): Update to 2.1.2. Change-Id: I7d949c4c617940b729d07478902e1ccedcd28c2d
This commit is contained in:
parent
1991848db4
commit
47a31f95e2
1 changed files with 2 additions and 2 deletions
|
@ -2894,14 +2894,14 @@ (define-public r-roxygen2
|
|||
(define-public r-openssl
|
||||
(package
|
||||
(name "r-openssl")
|
||||
(version "2.1.1")
|
||||
(version "2.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "openssl" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p2bnr4z4vx3yqq5isqb3z4d9vg2isiz8i0h3vxdb5ramzwjd9zs"))))
|
||||
"0mm0rlf3m6wkvz5p8prxwjr37rn30lmhddsdi4ffnsmrysfl3rbp"))))
|
||||
(properties
|
||||
`((upstream-name . "openssl")
|
||||
(updater-extra-inputs . ("openssl"))))
|
||||
|
|
Loading…
Reference in a new issue