diff options
author | Roel Janssen <roel@gnu.org> | 2017-04-28 10:45:59 +0200 |
---|---|---|
committer | Roel Janssen <roel@gnu.org> | 2017-04-28 11:05:08 +0200 |
commit | 0fce7d9be556e5cea3dbda5d74eacfd7620cd6fb (patch) | |
tree | 99cdace7690eb2c04ff0e57ef1b14adfff2d5541 | |
parent | 3ae82c8dfed5f00c6bf9d5d39b927012426793be (diff) | |
download | guix-0fce7d9be556e5cea3dbda5d74eacfd7620cd6fb.tar.gz |
gnu: r-seqlogo: Update to 1.42.0.
* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.42.0.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 39696ef621..0d9118a448 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7251,14 +7251,14 @@ annotations for the genome of the model mouse Mus musculus.") (define-public r-seqlogo (package (name "r-seqlogo") - (version "1.40.0") + (version "1.42.0") (source (origin (method url-fetch) (uri (bioconductor-uri "seqLogo" version)) (sha256 (base32 - "18bajdl75h3039559d81rgllqqvnq8ygsfxfx081xphxs0v6xggy")))) + "19d5zmy7m8svljwgbmrb4vxkq18slq0f3all6k2ayv42b8w44h6q")))) (properties `((upstream-name . "seqLogo"))) (build-system r-build-system) (home-page "http://bioconductor.org/packages/seqLogo") |