mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-03 09:58:57 -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
|
(define-public r-genomation
|
||||||
(package
|
(package
|
||||||
(name "r-genomation")
|
(name "r-genomation")
|
||||||
(version "1.30.0")
|
(version "1.32.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "genomation" version))
|
(uri (bioconductor-uri "genomation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"098ldnh45f48145jfsbdw5dqv5yiqkfci1fy6h6gjz7nh3dvnil5"))))
|
"0y6a2qxxp5mnkllcq46j00069z22ixnrbkd15s007a35lhkibz21"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biostrings
|
(list r-biostrings
|
||||||
|
|
Loading…
Reference in a new issue