summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-04-11 18:01:09 +0200
committerRicardo Wurmus <rekado@elephly.net>2022-04-12 15:59:52 +0200
commitf42b3ac904894c602c6fdf9e6ba41d5f1c965451 (patch)
treedd3f5fff869cadc494a6e5a5db6f142df6c6aa78
parentc5979221ffb68d11702fa6c0cdc0d797306de32b (diff)
downloadguix-patches-f42b3ac904894c602c6fdf9e6ba41d5f1c965451.tar
guix-patches-f42b3ac904894c602c6fdf9e6ba41d5f1c965451.tar.gz
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.
-rw-r--r--gnu/packages/cran.scm6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 501ff143af..186a438c32 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8302,16 +8302,18 @@ using the @code{snow} package.")
(define-public r-fstcore
(package
(name "r-fstcore")
- (version "0.9.8")
+ (version "0.9.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "fstcore" version))
(sha256
- (base32 "1qicjwsm87wgjm5mxrsgi697fmcfz6wyqcxfgngwxrf8kq4awjsf"))))
+ (base32 "1a5m68n2dqhi3r8wf5jwg4vjvl550c7wypcf5j0xmkvl836yg1lg"))))
(properties `((upstream-name . "fstcore")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))
+ (inputs (list zlib))
+ (native-inputs (list pkg-config))
(home-page "https://www.fstpackage.org/fstcore/")
(synopsis "R bindings to the fstlib library")
(description