gnu: r-haven: Update to 2.1.1.

* gnu/packages/cran.scm (r-haven): Update to 2.1.1.
This commit is contained in:
Ricardo Wurmus 2019-08-06 14:40:36 +02:00
parent b44c12057b
commit b89805fe14
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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