mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-29 07:42:23 -05:00
gnu: r-genomation: Update to 1.30.0.
* gnu/packages/bioconductor.scm (r-genomation): Update to 1.30.0.
This commit is contained in:
parent
533a3d9914
commit
4e501fbb67
1 changed files with 2 additions and 2 deletions
|
@ -5356,13 +5356,13 @@ (define-public r-geneoverlap
|
|||
(define-public r-genomation
|
||||
(package
|
||||
(name "r-genomation")
|
||||
(version "1.28.0")
|
||||
(version "1.30.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genomation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0rvay7gs4g2wi6h42kln8xwy9b05axj1x8mkfayl6pnnlva6xj79"))))
|
||||
"098ldnh45f48145jfsbdw5dqv5yiqkfci1fy6h6gjz7nh3dvnil5"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biostrings
|
||||
|
|
Loading…
Reference in a new issue