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