[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: bioruby: Update to 1.5.2.
From: |
Christopher Baines |
Subject: |
01/06: gnu: bioruby: Update to 1.5.2. |
Date: |
Fri, 5 Oct 2018 16:28:13 -0400 (EDT) |
cbaines pushed a commit to branch master
in repository guix.
commit 357450dca0933a36a59a23c0e2be5d646f123706
Author: Christopher Baines <address@hidden>
Date: Sat Sep 29 11:14:51 2018 +0100
gnu: bioruby: Update to 1.5.2.
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 d48f484..43220d2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6863,14 +6863,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)))
- branch master updated (b0e829c -> 11ff2ad), Christopher Baines, 2018/10/05
- 02/06: gnu: ruby-shindo: Remove -rubygems flags., Christopher Baines, 2018/10/05
- 01/06: gnu: bioruby: Update to 1.5.2.,
Christopher Baines <=
- 03/06: gnu: ruby-term-ansicolor: Fix test for Ruby 2.5., Christopher Baines, 2018/10/05
- 05/06: gnu: Add ruby-mathn., Christopher Baines, 2018/10/05
- 06/06: gnu: ruby-sass: Update to 3.6.0., Christopher Baines, 2018/10/05
- 04/06: gnu: ruby-sass-spec: Fix spec expectation., Christopher Baines, 2018/10/05