gnu: r-genomation: Update to 1.4.2.
* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.4.2.
This commit is contained in:
parent
f6225d135c
commit
7740f58128
|
@ -4695,13 +4695,13 @@ reference point and sorted by a user defined feature.")
|
||||||
(define-public r-genomation
|
(define-public r-genomation
|
||||||
(package
|
(package
|
||||||
(name "r-genomation")
|
(name "r-genomation")
|
||||||
(version "1.4.0")
|
(version "1.4.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "genomation" version))
|
(uri (bioconductor-uri "genomation" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16q1qkl6cwwj5hqhxpfgbz0y27hwz3h8zkjxpbyvjy1q0894sdjl"))))
|
"017hxh3yhizlsswd2vw8504arkckrcgq5zraiw67lldq9wzs5qzg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biostrings" ,r-biostrings)
|
`(("r-biostrings" ,r-biostrings)
|
||||||
|
|
Loading…
Reference in New Issue