mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
e0f20dce62
commit
b154b02620
1 changed files with 2 additions and 2 deletions
|
@ -9685,14 +9685,14 @@ (define-public r-vbsr
|
|||
(define-public r-flare
|
||||
(package
|
||||
(name "r-flare")
|
||||
(version "1.6.0")
|
||||
(version "1.6.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "flare" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ygif9a7a99qwv0b488wymmmncp6f5ww9yz13s4qs6p8yf37x1r1"))))
|
||||
"1ybrsx1djqldw0l5l1iz4pfh6xxb8ckkg1ric7wnsr51wm9ljlh5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-igraph" ,r-igraph)
|
||||
|
|
Loading…
Reference in a new issue