mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-geneplotter: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.68.0.
This commit is contained in:
parent
c03c76344e
commit
d72c4c98c8
1 changed files with 2 additions and 2 deletions
|
@ -1482,14 +1482,14 @@ (define-public r-reportingtools
|
|||
(define-public r-geneplotter
|
||||
(package
|
||||
(name "r-geneplotter")
|
||||
(version "1.66.0")
|
||||
(version "1.68.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "geneplotter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1y494da1llmrvn3qm7akwgwjazvpffabi8llw3fbday14cay1br5"))))
|
||||
"1f8nr60n1nig1gdy85wqdhpzxvp9r4chygxm8xpy882mdvfv6rqx"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
|
|
Loading…
Reference in a new issue