mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 16:17:27 +01:00
gnu: r-tam: Update to 3.7-16.
* gnu/packages/cran.scm (r-tam): Update to 3.7-16.
This commit is contained in:
parent
6f9530ca13
commit
91bb4f5228
1 changed files with 2 additions and 2 deletions
|
@ -23787,14 +23787,14 @@ (define-public r-cdm
|
||||||
(define-public r-tam
|
(define-public r-tam
|
||||||
(package
|
(package
|
||||||
(name "r-tam")
|
(name "r-tam")
|
||||||
(version "3.6-45")
|
(version "3.7-16")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TAM" version))
|
(uri (cran-uri "TAM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i9frqh6xf7h8r3q66xy0kfgwsxdhj6p9r9ga043aqmwk92q78b8"))))
|
"1969xm1f7s183h0xnd4g1bxhjp80rl7kad29zwcig0fmw6bs2mpd"))))
|
||||||
(properties `((upstream-name . "TAM")))
|
(properties `((upstream-name . "TAM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue