summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-10-26 09:17:20 +0200
committerRicardo Wurmus <rekado@elephly.net>2016-10-26 09:28:22 +0200
commit21d6c7a3e15ee7baed14ed7580be850ab3825a58 (patch)
tree70af684961d6d5e385ed51402c54a9c6646cedfd /gnu
parent51c3c4900fabf4762440a7840bd74b1d7a9c1eb7 (diff)
downloadpatches-21d6c7a3e15ee7baed14ed7580be850ab3825a58.tar
patches-21d6c7a3e15ee7baed14ed7580be850ab3825a58.tar.gz
gnu: r-seqlogo: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.40.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f238988f1e..231eeb5347 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6964,14 +6964,14 @@ annotations for the genome of the model mouse Mus musculus.")
(define-public r-seqlogo
(package
(name "r-seqlogo")
- (version "1.38.0")
+ (version "1.40.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "seqLogo" version))
(sha256
(base32
- "01jddx62nhi3r7czbh9hxy0wwpazbc9ax1fgagfxl6p4kx9xz9rb"))))
+ "18bajdl75h3039559d81rgllqqvnq8ygsfxfx081xphxs0v6xggy"))))
(properties `((upstream-name . "seqLogo")))
(build-system r-build-system)
(home-page "http://bioconductor.org/packages/seqLogo")