mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-rvcg: Update to 0.23.
* gnu/packages/cran.scm (r-rvcg): Update to 0.23. Change-Id: If68efb5f389724d77045c49fb50f6399373a1bbf
This commit is contained in:
parent
7e5f259920
commit
1de29ac980
1 changed files with 2 additions and 2 deletions
|
@ -10735,13 +10735,13 @@ (define-public r-vcfr
|
|||
(define-public r-rvcg
|
||||
(package
|
||||
(name "r-rvcg")
|
||||
(version "0.22.2")
|
||||
(version "0.23")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rvcg" version))
|
||||
(sha256
|
||||
(base32
|
||||
"077p4c16nqi6ayxv1i31cr6sw9fwnxpmfkmrrhzh02khpi2c2jg5"))))
|
||||
"0jdhl769r99g0x9kaf1cymzjd96z2pdnha7wyy221q3w3iy81whz"))))
|
||||
(properties `((upstream-name . "Rvcg")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp r-rcpparmadillo r-rcppeigen))
|
||||
|
|
Loading…
Reference in a new issue