gnu: r-tam: Update to 3.5-19.
* gnu/packages/cran.scm (r-tam): Update to 3.5-19.
This commit is contained in:
parent
e2db5f2ea9
commit
f44d9c48ee
1 changed files with 2 additions and 2 deletions
|
@ -20525,14 +20525,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.4-26")
|
(version "3.5-19")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "TAM" version))
|
(uri (cran-uri "TAM" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"111d7qkxhwh1lfvldyh9d61pdb5vb6x8lr8n9h95ssvw07vjqvk9"))))
|
"1x1pdy0hrk4c3x5l4gcslpvyb0sv2zgly4n3a7y8j6yrzajx0sg7"))))
|
||||||
(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