gnu: r-haven: Update to 2.1.0.

* gnu/packages/cran.scm (r-haven): Update to 2.1.0.
master
Ricardo Wurmus 2019-03-07 23:49:16 +01:00
parent 59c513422c
commit bef78244de
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1028,14 +1028,14 @@ including functions for geolocation and routing.")
(define-public r-haven
(package
(name "r-haven")
(version "2.0.0")
(version "2.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "haven" version))
(sha256
(base32
"12qh8nba1dxlsmcihrx126wmjyj8n511k17vqj10lfgvpwq2sydy"))))
"0x5fwc4q2gdxwwp5sxdd6q17jhpisd769y9kv0xgnjcm0cdwz8f0"))))
(build-system r-build-system)
(inputs
`(("zlib" ,zlib)))