gnu: r-ddalpha: Update to 1.3.8.

* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.8.
This commit is contained in:
Ricardo Wurmus 2019-01-12 16:45:58 +01:00
parent 221b3b164d
commit fc74de42da
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -2396,14 +2396,14 @@ Delaunay triangulation and convex hull computation.")
(define-public r-ddalpha
(package
(name "r-ddalpha")
(version "1.3.4")
(version "1.3.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "ddalpha" version))
(sha256
(base32
"16cn0bhbaz9l9k4y79sv2d4f7pvs7dyka273y89igs5jvr99kfj1"))))
"0gi0hl14ghgf65zxsvgzh9z6xx1nyi49cpx192lmwrwqn3dy7ba0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-bh" ,r-bh)