mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: r-geneplotter: Update to 1.70.0.
* gnu/packages/bioconductor.scm (r-geneplotter): Update to 1.70.0.
This commit is contained in:
parent
473371dfc1
commit
c68607725b
1 changed files with 2 additions and 2 deletions
|
@ -4559,14 +4559,14 @@ (define-public r-zlibbioc
|
|||
(define-public r-geneplotter
|
||||
(package
|
||||
(name "r-geneplotter")
|
||||
(version "1.68.0")
|
||||
(version "1.70.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "geneplotter" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f8nr60n1nig1gdy85wqdhpzxvp9r4chygxm8xpy882mdvfv6rqx"))))
|
||||
"1d085lfa3yif5wkys1fb0zzgg0cqwd1y18vasgqqdr6rva075d4z"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-annotate" ,r-annotate)
|
||||
|
|
Loading…
Reference in a new issue