mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-fstcore: Update to 0.9.14.
* gnu/packages/cran.scm (r-fstcore): Update to 0.9.14.
This commit is contained in:
parent
0ce18fd937
commit
8f9099e1d9
1 changed files with 2 additions and 2 deletions
|
@ -10147,13 +10147,13 @@ (define-public r-dosnow
|
|||
(define-public r-fstcore
|
||||
(package
|
||||
(name "r-fstcore")
|
||||
(version "0.9.12")
|
||||
(version "0.9.14")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "fstcore" version))
|
||||
(sha256
|
||||
(base32 "1a5m68n2dqhi3r8wf5jwg4vjvl550c7wypcf5j0xmkvl836yg1lg"))))
|
||||
(base32 "0mhk4l86iypg86l0jjs7szxllcy10h4rh5qy2gsmpmiv003gm3nh"))))
|
||||
(properties `((upstream-name . "fstcore")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue