diff options
author | Ben Woodcroft <donttrustben@gmail.com> | 2016-12-04 10:51:54 +1000 |
---|---|---|
committer | Ben Woodcroft <donttrustben@gmail.com> | 2016-12-04 10:51:54 +1000 |
commit | e990c81d3890d25e2470d53e67af09d881be893b (patch) | |
tree | afbceb3c644f53958abfc7a80ac3ba0f0778acbc | |
parent | 57b94e9d8df4f2f1ea2202751a8e2247099a4d47 (diff) | |
download | guix-e990c81d3890d25e2470d53e67af09d881be893b.tar guix-e990c81d3890d25e2470d53e67af09d881be893b.tar.gz |
gnu: aragorn: Update to 1.2.38.
* gnu/packages/bioinformatics.scm (aragorn): Update to 1.2.38.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 415024fadc..4fac8e16c0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -97,7 +97,7 @@ (define-public aragorn (package (name "aragorn") - (version "1.2.37") + (version "1.2.38") (source (origin (method url-fetch) (uri (string-append @@ -105,7 +105,7 @@ version ".tgz")) (sha256 (base32 - "1c7zxk0h8wsjbix82fmmfyywcq6zn3q9h5y67kcl5y3qal2bv2xr")))) + "09i1rg716smlbnixfm7q1ml2mfpaa2fpn3hwjg625ysmfwwy712b")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; there are no tests |