gnu: r-httr: Update to 1.2.1.

* gnu/packages/statistics.scm (r-httr): Update to 1.2.1.
This commit is contained in:
Ricardo Wurmus 2016-09-12 15:23:17 +02:00
parent 130c3c8b93
commit e58498b6ee
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1591,13 +1591,13 @@ (define-public r-openssl
(define-public r-httr
(package
(name "r-httr")
(version "1.1.0")
(version "1.2.1")
(source (origin
(method url-fetch)
(uri (cran-uri "httr" version))
(sha256
(base32
"08sq34pknsfcy8lm06nydi12mbaxpqpgb025ahr33v9d3g0wvh6p"))))
"03kkjlhyvvi5znwaxfm6cmdsg3q7ivwsvkzgabhjdj2jxs80pfg7"))))
(build-system r-build-system)
(propagated-inputs
`(("r-curl" ,r-curl)