gnu: aragorn: Update to 1.2.38.

* gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.38.
This commit is contained in:
Ben Woodcroft 2016-12-04 10:51:54 +10:00
parent 57b94e9d8d
commit e990c81d38
No known key found for this signature in database
GPG Key ID: A85574FCCDD09987
1 changed files with 2 additions and 2 deletions

View File

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