gnu: r-haven: Update to 2.0.0.
* gnu/packages/cran.scm (r-haven): Update to 2.0.0.
This commit is contained in:
parent
69aad34ae0
commit
dcf89cc0cf
1 changed files with 2 additions and 2 deletions
|
@ -929,14 +929,14 @@ including functions for geolocation and routing.")
|
||||||
(define-public r-haven
|
(define-public r-haven
|
||||||
(package
|
(package
|
||||||
(name "r-haven")
|
(name "r-haven")
|
||||||
(version "1.1.2")
|
(version "2.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "haven" version))
|
(uri (cran-uri "haven" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0pp8xjf5lzqg1wr8cwxj4njx99vxwlflwjrd7jvyzwlfpwh7n1qa"))))
|
"12qh8nba1dxlsmcihrx126wmjyj8n511k17vqj10lfgvpwq2sydy"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("zlib" ,zlib)))
|
`(("zlib" ,zlib)))
|
||||||
|
|
Reference in a new issue