guix-patches
[Top][All Lists]
Advanced

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

[bug#32870] [PATCH 1/6] gnu: bioruby: Update to 1.5.2.


From: Christopher Baines
Subject: [bug#32870] [PATCH 1/6] gnu: bioruby: Update to 1.5.2.
Date: Sat, 29 Sep 2018 11:44:57 +0100

This works with Ruby 2.5.

* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.2.
---
 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 e74abf005f..be8731e5aa 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6858,14 +6858,14 @@ generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, 
tabular output etc.")
 (define-public bioruby
   (package
     (name "bioruby")
-    (version "1.5.1")
+    (version "1.5.2")
     (source
      (origin
        (method url-fetch)
        (uri (rubygems-uri "bio" version))
        (sha256
         (base32
-         "0hdl0789c9n4mprnx5pgd46bfwl8d000rqpamj5h6kkjgspijv49"))))
+         "1d56amdsjv1mag7m6gv2w0xij8hqx1v5xbdjsix8sp3yp36m7938"))))
     (build-system ruby-build-system)
     (propagated-inputs
      `(("ruby-libxml" ,ruby-libxml)))
-- 
2.18.0






reply via email to

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