rekado pushed a commit to branch master
in repository guix.
commit 8f9099e1d9cc4b7c3b2835c80c45be1b12821046
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Feb 18 16:08:23 2023 +0100
gnu: r-fstcore: Update to 0.9.14.
* gnu/packages/cran.scm (r-fstcore): Update to 0.9.14.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index ffc0b30f5d..35471da53f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -10147,13 +10147,13 @@ using the @code{snow} package.")
(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))