gnu: r-jomo: Update to 2.6-3.

* gnu/packages/cran.scm (r-jomo): Update to 2.6-3.
master
Tobias Geerinckx-Rice 2018-08-20 16:19:30 +02:00
parent cd4abb6d4a
commit 9b77f724c0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1905,14 +1905,14 @@ or between integer vectors representing generic sequences.")
(define-public r-jomo
(package
(name "r-jomo")
(version "2.6-2")
(version "2.6-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "jomo" version))
(sha256
(base32
"0zyqwa2y08asj9xqwnngh6da1b9cqcx8pzc9cxwrmgnxd5nnsjb7"))))
"14s8q0j5zgl1g1pfxg3a4y1jzvs0wl61ir4992wsj7safskj7zvi"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lme4" ,r-lme4)