guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: bioruby: Update to 1.5.1.


From: Ben Woodcroft
Subject: 02/02: gnu: bioruby: Update to 1.5.1.
Date: Fri, 6 Jan 2017 09:09:49 +0000 (UTC)

benwoodcroft pushed a commit to branch master
in repository guix.

commit dbf9d371148e4d7b57b600b8ee74cecac9d0abed
Author: Ben J Woodcroft <address@hidden>
Date:   Fri Jan 6 16:17:42 2017 +1000

    gnu: bioruby: Update to 1.5.1.
    
    * gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.1.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d180f2a..f8d7304 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]