mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-rcdd: Update to 1.5.
* gnu/packages/cran.scm (r-rcdd): Update to 1.5.
This commit is contained in:
parent
f990587ba1
commit
609135a5f4
1 changed files with 2 additions and 2 deletions
|
@ -25713,14 +25713,14 @@ (define-public r-dcv
|
|||
(define-public r-rcdd
|
||||
(package
|
||||
(name "r-rcdd")
|
||||
(version "1.4")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rcdd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02jj1lpk4kvjh5484lbdrdlx2ffk9qdxys7afyakd5kl6swqalz2"))))
|
||||
"0zxx0qvv26ba30jkm8mvca4h59rqklay4jwazpcw7h9dzp4189jr"))))
|
||||
(properties
|
||||
`((upstream-name . "rcdd")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue