mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-fstcore: Update to 0.9.12.
* gnu/packages/cran.scm (r-fstcore): Update to 0.9.12. [inputs]: Add zlib. [native-inputs]: Add pkg-config.
This commit is contained in:
parent
c5979221ff
commit
f42b3ac904
1 changed files with 4 additions and 2 deletions
|
@ -8302,16 +8302,18 @@ (define-public r-dosnow
|
||||||
(define-public r-fstcore
|
(define-public r-fstcore
|
||||||
(package
|
(package
|
||||||
(name "r-fstcore")
|
(name "r-fstcore")
|
||||||
(version "0.9.8")
|
(version "0.9.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "fstcore" version))
|
(uri (cran-uri "fstcore" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1qicjwsm87wgjm5mxrsgi697fmcfz6wyqcxfgngwxrf8kq4awjsf"))))
|
(base32 "1a5m68n2dqhi3r8wf5jwg4vjvl550c7wypcf5j0xmkvl836yg1lg"))))
|
||||||
(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))
|
||||||
|
(inputs (list zlib))
|
||||||
|
(native-inputs (list pkg-config))
|
||||||
(home-page "https://www.fstpackage.org/fstcore/")
|
(home-page "https://www.fstpackage.org/fstcore/")
|
||||||
(synopsis "R bindings to the fstlib library")
|
(synopsis "R bindings to the fstlib library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue