mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: r-nebulosa: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-nebulosa): Update to 1.12.0. Change-Id: I27082e1678d6fba4d8eb7b7858823f283d3f4744
This commit is contained in:
parent
6d4396aa7a
commit
d04ab2829a
1 changed files with 2 additions and 2 deletions
|
@ -5853,13 +5853,13 @@ (define-public r-jetset
|
|||
(define-public r-nebulosa
|
||||
(package
|
||||
(name "r-nebulosa")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Nebulosa" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0lqm9mfmaxdhhs9di2kjg2rixng78lrrikyp7blmpyqk4c41j3nh"))))
|
||||
"0kzkdwxrhl7plbcbqr58gnadhhbhx2811ian0s4kds14y4mxl26c"))))
|
||||
(properties `((upstream-name . "Nebulosa")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ggplot2
|
||||
|
|
Loading…
Reference in a new issue