mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: r-tfmpvalue: Update to 0.0.9.
* gnu/packages/cran.scm (r-tfmpvalue): Update to 0.0.9.
This commit is contained in:
parent
d3e280674d
commit
8864b80daf
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue