gnu: bioruby: Update to 1.5.2.

This works with Ruby 2.5.

* gnu/packages/bioinformatics.scm (bioruby): Update to 1.5.2.
This commit is contained in:
Christopher Baines 2018-09-29 11:14:51 +01:00
parent b0e829c632
commit 357450dca0
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -6863,14 +6863,14 @@ generate FASTA, JSON, YAML, RDF, JSON-LD, HTML, CSV, tabular output etc.")
(define-public bioruby (define-public bioruby
(package (package
(name "bioruby") (name "bioruby")
(version "1.5.1") (version "1.5.2")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (rubygems-uri "bio" version)) (uri (rubygems-uri "bio" version))
(sha256 (sha256
(base32 (base32
"0hdl0789c9n4mprnx5pgd46bfwl8d000rqpamj5h6kkjgspijv49")))) "1d56amdsjv1mag7m6gv2w0xij8hqx1v5xbdjsix8sp3yp36m7938"))))
(build-system ruby-build-system) (build-system ruby-build-system)
(propagated-inputs (propagated-inputs
`(("ruby-libxml" ,ruby-libxml))) `(("ruby-libxml" ,ruby-libxml)))