gnu: r-tfmpvalue: Update to 0.0.9.

* gnu/packages/cran.scm (r-tfmpvalue): Update to 0.0.9.
This commit is contained in:
Ricardo Wurmus 2022-11-04 08:23:37 +01:00
parent d3e280674d
commit 8864b80daf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15288,14 +15288,14 @@ (define-public r-splitstackshape
(define-public r-tfmpvalue
(package
(name "r-tfmpvalue")
(version "0.0.8")
(version "0.0.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "TFMPvalue" version))
(sha256
(base32
"0h9qkl15k8v17v3g9bdnfwvh2s04ywjgg5y0xn2077dmywlja1bd"))))
"1rsxqvq1nkyhwmhm7mf7rd02rvh7xinnhqbqic6q9vicbvkmdnxr"))))
(properties `((upstream-name . "TFMPvalue")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))