mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: r-genomation: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-genomation): Update to 1.24.0. [propagated-inputs]: Remove r-runit.
This commit is contained in:
parent
3c024e9e96
commit
ef7bbc40de
1 changed files with 2 additions and 3 deletions
|
@ -2896,13 +2896,13 @@ (define-public r-geneoverlap
|
|||
(define-public r-genomation
|
||||
(package
|
||||
(name "r-genomation")
|
||||
(version "1.22.0")
|
||||
(version "1.24.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genomation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ana06irlpdgnmk8mb329nws9sm8n6max4qargf1xdcdf3rnk45g"))))
|
||||
"0qa3b4mfd7l1sy4pw64zr2d90y5apah900krxjl4x39acygg0i2r"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
|
@ -2923,7 +2923,6 @@ (define-public r-genomation
|
|||
("r-reshape2" ,r-reshape2)
|
||||
("r-rsamtools" ,r-rsamtools)
|
||||
("r-rtracklayer" ,r-rtracklayer)
|
||||
("r-runit" ,r-runit)
|
||||
("r-s4vectors" ,r-s4vectors)
|
||||
("r-seqpattern" ,r-seqpattern)))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue