mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: r-geneplotter: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.56.0.
This commit is contained in:
parent
2d4e887dc0
commit
cb4d3ff2c4
1 changed files with 2 additions and 2 deletions
|
@ -5701,14 +5701,14 @@ (define-public r-annotate
|
|||
(define-public r-geneplotter
|
||||
(package
|
||||
(name "r-geneplotter")
|
||||
(version "1.54.0")
|
||||
(version "1.56.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "geneplotter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0a0ajns21db5rrjl16bq6wawggsnxr00fg184pc38nmfghv4z4b6"))))
|
||||
"1z3g7frc1iviwrsv2dlm4nqvkc0685h4va0388yfxn102ln8wwma"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
|
|
Loading…
Reference in a new issue