mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-rcppxptrutils: Update to 0.1.2.
* gnu/packages/cran.scm (r-rcppxptrutils): Update to 0.1.2.
This commit is contained in:
parent
30fc048229
commit
9c33d6688d
1 changed files with 2 additions and 2 deletions
|
@ -3875,13 +3875,13 @@ (define-public r-rcppnumerical
|
||||||
(define-public r-rcppxptrutils
|
(define-public r-rcppxptrutils
|
||||||
(package
|
(package
|
||||||
(name "r-rcppxptrutils")
|
(name "r-rcppxptrutils")
|
||||||
(version "0.1.1")
|
(version "0.1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "RcppXPtrUtils" version))
|
(uri (cran-uri "RcppXPtrUtils" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jh64c46gp99d2nsih14vx34pamc8i7gkmiy2nj94rx3sxq62yh5"))))
|
(base32 "0hm57nf4dzgsmg4hjj6wikwjx93fgfwkmybw6ly4b58wi6qwml1l"))))
|
||||||
(properties `((upstream-name . "RcppXPtrUtils")))
|
(properties `((upstream-name . "RcppXPtrUtils")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-rcpp))
|
(propagated-inputs (list r-rcpp))
|
||||||
|
|
Loading…
Reference in a new issue