mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-densvis: Update to 1.10.1.
* gnu/packages/bioconductor.scm (r-densvis): Update to 1.10.1.
This commit is contained in:
parent
06b903963c
commit
931ac0735f
1 changed files with 2 additions and 2 deletions
|
@ -4769,13 +4769,13 @@ (define-public r-delayedarray
|
|||
(define-public r-densvis
|
||||
(package
|
||||
(name "r-densvis")
|
||||
(version "1.10.0")
|
||||
(version "1.10.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "densvis" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0dwdlz2mvlkfa9x0x58lymfcaq00z35sliiac24l0kdg5chm35a8"))))
|
||||
"1291gp5wj9c47y291c1hqb12dj2zh6xrf0g38kllspqg9885cs54"))))
|
||||
(properties `((upstream-name . "densvis")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-assertthat r-basilisk r-irlba r-rcpp
|
||||
|
|
Loading…
Reference in a new issue