mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-22 18:49:14 -05:00
gnu: r-sodium: Update to 1.2.0.
* gnu/packages/cran.scm (r-sodium): Update to 1.2.0.
This commit is contained in:
parent
81be1e2945
commit
d15d9e350c
1 changed files with 2 additions and 2 deletions
|
@ -12762,14 +12762,14 @@ (define-public r-adgoftest
|
|||
(define-public r-sodium
|
||||
(package
|
||||
(name "r-sodium")
|
||||
(version "1.1")
|
||||
(version "1.2.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sodium" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1zxzi8xvxnhgcd5qrylf08nz1cdq3aslrswjas440qg63ypmbf6w"))))
|
||||
"0x4jb3cf1nv1spz1jc9xp8hly2b4a7nj48xr4s33jnfcpdjkmn5q"))))
|
||||
(properties `((upstream-name . "sodium")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue