gnu: r-seqlogo: Update to 1.42.0.
* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.42.0.
This commit is contained in:
parent
3ae82c8dfe
commit
0fce7d9be5
|
@ -7251,14 +7251,14 @@ annotations for the genome of the model mouse Mus musculus.")
|
||||||
(define-public r-seqlogo
|
(define-public r-seqlogo
|
||||||
(package
|
(package
|
||||||
(name "r-seqlogo")
|
(name "r-seqlogo")
|
||||||
(version "1.40.0")
|
(version "1.42.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "seqLogo" version))
|
(uri (bioconductor-uri "seqLogo" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"18bajdl75h3039559d81rgllqqvnq8ygsfxfx081xphxs0v6xggy"))))
|
"19d5zmy7m8svljwgbmrb4vxkq18slq0f3all6k2ayv42b8w44h6q"))))
|
||||||
(properties `((upstream-name . "seqLogo")))
|
(properties `((upstream-name . "seqLogo")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "http://bioconductor.org/packages/seqLogo")
|
(home-page "http://bioconductor.org/packages/seqLogo")
|
||||||
|
|
Loading…
Reference in New Issue