gnu: r-tam: Update to 3.6-45.
* gnu/packages/cran.scm (r-tam): Update to 3.6-45.
This commit is contained in:
parent
2dc5918ef9
commit
6d2b288e24
1 changed files with 2 additions and 2 deletions
|
@ -22883,14 +22883,14 @@ well as Ravand and Robitzsch (2015).")
|
||||||
(define-public r-tam
|
(define-public r-tam
|
||||||
(package
|
(package
|
||||||
(name "r-tam")
|
(name "r-tam")
|
||||||
(version "3.5-19")
|
(version "3.6-45")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TAM" version))
|
(uri (cran-uri "TAM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
|
"1i9frqh6xf7h8r3q66xy0kfgwsxdhj6p9r9ga043aqmwk92q78b8"))))
|
||||||
(properties `((upstream-name . "TAM")))
|
(properties `((upstream-name . "TAM")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue