diff options
author | Ben J Woodcroft <donttrustben@gmail.com> | 2017-01-06 16:17:42 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2017-01-06 19:06:07 +1000 |
commit | dbf9d371148e4d7b57b600b8ee74cecac9d0abed (patch) | |
tree | 68ec84a618e2389fe58760b1e999eeed7b880779 | |
parent | 0c37e2a3d2d6871572cb74e10aa9a897b5c4ed93 (diff) | |
download | patches-dbf9d371148e4d7b57b600b8ee74cecac9d0abed.tar patches-dbf9d371148e4d7b57b600b8ee74cecac9d0abed.tar.gz |
gnu: bioruby: Update to 1.5.1.
* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1.
-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 d180f2a894..f8d7304b72 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -5808,14 +5808,14 @@ generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, tabular output etc.") (define-public bioruby (package (name "bioruby") - (version "1.5.0") + (version "1.5.1") (source (origin (method url-fetch) (uri (rubygems-uri "bio" version)) (sha256 (base32 - "01k2fyjl5fpx4zn8g6gqiqvsg2j1fgixrs9p03vzxckynxdq3wmc")))) + "0hdl0789c9n4mprnx5pgd46bfwl8d000rqpamj5h6kkjgspijv49")))) (build-system ruby-build-system) (propagated-inputs `(("ruby-libxml" ,ruby-libxml))) |