mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-rcdd: Update to 1.6-1.
* gnu/packages/cran.scm (r-rcdd): Update to 1.6-1. Change-Id: Ie909c6ccfb722eb18c9bc97ecd85019e4370faf8
This commit is contained in:
parent
a4e01eede7
commit
adbd43b1f5
1 changed files with 2 additions and 2 deletions
|
|
@ -47689,14 +47689,14 @@ Mean Test, Durbin-Watson statistic etc.")
|
||||||
(define-public r-rcdd
|
(define-public r-rcdd
|
||||||
(package
|
(package
|
||||||
(name "r-rcdd")
|
(name "r-rcdd")
|
||||||
(version "1.6")
|
(version "1.6-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "rcdd" version))
|
(uri (cran-uri "rcdd" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xfvfcjd9gpp6qaalkfkx2f11lyj4sm6n6b763lnk0rrmn6cv2lz"))))
|
"03fjv2ljnz55zlz9svbjzp1qs4r71jywx78balwm205l5n541jyv"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "rcdd")))
|
`((upstream-name . "rcdd")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue