me
/
guix
Archived
1
0
Fork 0

gnu: r-gdtools: Update to 0.1.4.

* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.4.
master
Ricardo Wurmus 2017-04-06 12:38:18 +02:00
parent 7267f358a0
commit 5e0fa201a2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1073,14 +1073,14 @@ aesthetic attributes.")
(define-public r-gdtools
(package
(name "r-gdtools")
(version "0.1.3")
(version "0.1.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdtools" version))
(sha256
(base32
"1prh814lw3qkgnf0760cvpic1k68jhlkpcxlksv8chjkvsrnnf09"))))
"0l8c4bh6765x9s6rw3mfm1bgicdzdngir1kxh9pxx4sidrdndcip"))))
(build-system r-build-system)
(native-inputs
`(("r-rcpp" ,r-rcpp)