gnu: r-fstcore: Update to 0.9.14.

* gnu/packages/cran.scm (r-fstcore): Update to 0.9.14.
This commit is contained in:
Ricardo Wurmus 2023-02-18 16:08:23 +01:00
parent 0ce18fd937
commit 8f9099e1d9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10147,13 +10147,13 @@ (define-public r-dosnow
(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))