mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-rcdd: Update to 1.6.
* gnu/packages/cran.scm (r-rcdd): Update to 1.6. Change-Id: I6b76442004bb2fe3a6bb66c296562df295da2378
This commit is contained in:
parent
4b70228358
commit
ae27de6649
1 changed files with 2 additions and 2 deletions
|
@ -32988,14 +32988,14 @@ (define-public r-dcv
|
|||
(define-public r-rcdd
|
||||
(package
|
||||
(name "r-rcdd")
|
||||
(version "1.5-2")
|
||||
(version "1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "rcdd" version))
|
||||
(sha256
|
||||
(base32
|
||||
"15dk0805yq2fgla2nafxswwvq2lakvb6kpgwzrag5l0xbrwcvv6q"))))
|
||||
"0xfvfcjd9gpp6qaalkfkx2f11lyj4sm6n6b763lnk0rrmn6cv2lz"))))
|
||||
(properties
|
||||
`((upstream-name . "rcdd")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue