gnu: r-flare: Update to 1.6.0.2.

* gnu/packages/cran.scm (r-flare): Update to 1.6.0.2.
This commit is contained in:
Ricardo Wurmus 2019-08-06 14:46:01 +02:00
parent e0f20dce62
commit b154b02620
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9685,14 +9685,14 @@ diagnostics for controlling type-1 errors are also provided.")
(define-public r-flare (define-public r-flare
(package (package
(name "r-flare") (name "r-flare")
(version "1.6.0") (version "1.6.0.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "flare" version)) (uri (cran-uri "flare" version))
(sha256 (sha256
(base32 (base32
"0ygif9a7a99qwv0b488wymmmncp6f5ww9yz13s4qs6p8yf37x1r1")))) "1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-igraph" ,r-igraph) `(("r-igraph" ,r-igraph)