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:
Ricardo Wurmus 2022-04-11 18:01:09 +02:00
parent c5979221ff
commit f42b3ac904
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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