mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-genomation: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.4.0.
This commit is contained in:
parent
7555817c2b
commit
8adc3b628d
1 changed files with 2 additions and 2 deletions
|
@ -4708,13 +4708,13 @@ (define-public r-seqpattern
|
|||
(define-public r-genomation
|
||||
(package
|
||||
(name "r-genomation")
|
||||
(version "1.2.2")
|
||||
(version "1.4.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "genomation" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kvzwc21zsh2c8d34yn935ncn38bfkpzmknycd8h7b0521x20mi9"))))
|
||||
"16q1qkl6cwwj5hqhxpfgbz0y27hwz3h8zkjxpbyvjy1q0894sdjl"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biostrings" ,r-biostrings)
|
||||
|
|
Loading…
Reference in a new issue