me
/
guix
Archived
1
0
Fork 0

gnu: r-fstcore: Update to 0.9.18.

* gnu/packages/cran.scm (r-fstcore): Update to 0.9.18.

Change-Id: I26294d2d7ec56255b521fafcc3a1d0bed19e531b
Ricardo Wurmus 2023-12-15 12:16:52 +01:00
parent 945a2d3fc9
commit 7d1af288b4
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12510,13 +12510,13 @@ methods.")
(define-public r-fstcore
(package
(name "r-fstcore")
(version "0.9.14")
(version "0.9.18")
(source
(origin
(method url-fetch)
(uri (cran-uri "fstcore" version))
(sha256
(base32 "0mhk4l86iypg86l0jjs7szxllcy10h4rh5qy2gsmpmiv003gm3nh"))))
(base32 "00wzpr2i7s9pc3alvn4b8f1wgmfqplpwdif9rh9x8qqnylbixiqq"))))
(properties `((upstream-name . "fstcore")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))