me
/
guix
Archived
1
0
Fork 0

gnu: r-curl: Update to 4.3.

* gnu/packages/cran.scm (r-curl): Update to 4.3.
master
Ricardo Wurmus 2019-12-03 14:53:01 +01:00
parent 5635512828
commit ea5af6e74b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -653,13 +653,13 @@ LaTeX.")
(define-public r-curl
(package
(name "r-curl")
(version "4.2")
(version "4.3")
(source (origin
(method url-fetch)
(uri (cran-uri "curl" version))
(sha256
(base32
"0xh227gvb056wlipjxxbf555z1i1qcs7rr1igvs6k6645y9irrlp"))))
"1nrf6md41b37j424y6rvifdj9zb3j14f60fj7q71k9jhpf2x81kl"))))
(build-system r-build-system)
(arguments
`(#:phases