gnu: r-fstcore: Update to 0.9.18.
* gnu/packages/cran.scm (r-fstcore): Update to 0.9.18. Change-Id: I26294d2d7ec56255b521fafcc3a1d0bed19e531b
parent
945a2d3fc9
commit
7d1af288b4
|
@ -12510,13 +12510,13 @@ methods.")
|
||||||
(define-public r-fstcore
|
(define-public r-fstcore
|
||||||
(package
|
(package
|
||||||
(name "r-fstcore")
|
(name "r-fstcore")
|
||||||
(version "0.9.14")
|
(version "0.9.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fstcore" version))
|
(uri (cran-uri "fstcore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0mhk4l86iypg86l0jjs7szxllcy10h4rh5qy2gsmpmiv003gm3nh"))))
|
(base32 "00wzpr2i7s9pc3alvn4b8f1wgmfqplpwdif9rh9x8qqnylbixiqq"))))
|
||||||
(properties `((upstream-name . "fstcore")))
|
(properties `((upstream-name . "fstcore")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-rcpp))
|
(propagated-inputs (list r-rcpp))
|
||||||
|
|
Reference in New Issue