me
/
guix
Archived
1
0
Fork 0

gnu: r-gdtools: Update to 0.1.6.

* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.6.
master
Ricardo Wurmus 2017-09-05 16:08:53 +02:00
parent 325c039c1d
commit 31b7f0c0fc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1060,14 +1060,14 @@ aesthetic attributes.")
(define-public r-gdtools
(package
(name "r-gdtools")
(version "0.1.5")
(version "0.1.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdtools" version))
(sha256
(base32
"09y9x09gri33ghhrvjjnj5k5rk0kdpsk3wq02cln8gmywd6728vk"))))
"103wnc8sq0iwcnj4j14hd420d2dqdyf13s3f25icsznrlyzdkhf5"))))
(build-system r-build-system)
(native-inputs
`(("r-rcpp" ,r-rcpp)