me
/
guix
Archived
1
0
Fork 0

gnu: r-httr: Update to 1.4.0.

* gnu/packages/statistics.scm (r-httr): Update to 1.4.0.
master
Ricardo Wurmus 2019-01-12 15:42:48 +01:00
parent 02c89c5812
commit c12e429348
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2324,13 +2324,13 @@ integers.")
(define-public r-httr
(package
(name "r-httr")
(version "1.3.1")
(version "1.4.0")
(source (origin
(method url-fetch)
(uri (cran-uri "httr" version))
(sha256
(base32
"0n7jz2digbgv48rbr9vmzv4vmf4rahl9jjy31izs7sxj4rs4s4r2"))))
"0j6vknwyvkjpjsxwch4q02aik4dnm3h4l0wc7dgzc555bm1g2cyn"))))
(build-system r-build-system)
(propagated-inputs
`(("r-curl" ,r-curl)