Archived
1
0
Fork 0

gnu: r-haven: Update to 2.0.0.

* gnu/packages/cran.scm (r-haven): Update to 2.0.0.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:33:57 +01:00
parent 69aad34ae0
commit dcf89cc0cf
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)))