gnu: r-gdtools: Update to 0.1.9.

* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.9.
master
Ricardo Wurmus 2019-06-29 01:26:23 +02:00
parent 2c4b38002e
commit 45ad3fa9e1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1198,14 +1198,14 @@ agnes cluster diagrams.")
(define-public r-gdtools
(package
(name "r-gdtools")
(version "0.1.8")
(version "0.1.9")
(source
(origin
(method url-fetch)
(uri (cran-uri "gdtools" version))
(sha256
(base32
"1ayy0s699ghaz34lklvcskfwman3x2n2772s5sa5x9k9xgsnxwcl"))))
"0w4fihf52q5qxxk0lg36x6yvjjl8vw66y60ncdjs5fvnxqn5z2vb"))))
(build-system r-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))