mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -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
|
||||
(package
|
||||
(name "r-rcppxptrutils")
|
||||
(version "0.1.1")
|
||||
(version "0.1.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "RcppXPtrUtils" version))
|
||||
(sha256
|
||||
(base32 "0jh64c46gp99d2nsih14vx34pamc8i7gkmiy2nj94rx3sxq62yh5"))))
|
||||
(base32 "0hm57nf4dzgsmg4hjj6wikwjx93fgfwkmybw6ly4b58wi6qwml1l"))))
|
||||
(properties `((upstream-name . "RcppXPtrUtils")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue