mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-sodium: Update to 1.3.1.
* gnu/packages/cran.scm (r-sodium): Update to 1.3.1. Change-Id: Ic5f660d2e33235be1b1cf5df7bf59e8646ca628e
This commit is contained in:
parent
93e4dca8fd
commit
e06c8a51ee
1 changed files with 2 additions and 2 deletions
|
@ -18447,14 +18447,14 @@ (define-public r-mritc
|
|||
(define-public r-sodium
|
||||
(package
|
||||
(name "r-sodium")
|
||||
(version "1.3.0")
|
||||
(version "1.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "sodium" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b10cbzpybbjwhrbdx2ldjg8gb3cgzra533x6rn3d52zy1sqs6l8"))))
|
||||
"0cbj7mgchi42ri6h1fc24asj7lkcn9n3l0zbabrx89s9zi4im0gx"))))
|
||||
(properties `((upstream-name . "sodium")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue