gnu: aragorn: Update to 1.2.37.

* gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.37.
This commit is contained in:
Ben Woodcroft 2016-08-31 15:52:49 +10:00
parent 0c4520d686
commit 7d57ebaa7c
No known key found for this signature in database
GPG Key ID: E44DCCD146E0CCF4
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@
(define-public aragorn (define-public aragorn
(package (package
(name "aragorn") (name "aragorn")
(version "1.2.36") (version "1.2.37")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -101,7 +101,7 @@
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"1dg7jlz1qpqy88igjxd6ncs11ccsirb36qv1z01a0np4i4jh61mb")))) "1c7zxk0h8wsjbix82fmmfyywcq6zn3q9h5y67kcl5y3qal2bv2xr"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; there are no tests `(#:tests? #f ; there are no tests