diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-12-09 12:10:18 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-12-09 12:10:18 +0100 |
commit | 2648d3207ff0507c4008f5428913bb5db485d36e (patch) | |
tree | 6232bf6adaacc952e505acfe42283038f219302e | |
parent | 0bf3c9abaa1d069421575b5af6a49dae950736bf (diff) | |
download | guix-2648d3207ff0507c4008f5428913bb5db485d36e.tar.gz |
gnu: repeat-masker: Update to 4.1.2-p1.
* gnu/packages/bioinformatics.scm (repeat-masker): Update to 4.1.2-p1.
-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 6d83a4ad68..ff7f081ef4 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -3295,14 +3295,14 @@ bases are detected.") (define-public repeat-masker (package (name "repeat-masker") - (version "4.1.1") + (version "4.1.2-p1") (source (origin (method url-fetch) (uri (string-append "http://www.repeatmasker.org/" "RepeatMasker/RepeatMasker-" version ".tar.gz")) (sha256 - (base32 "03144sl9kh5ni2i33phi7x2pjndzbm5bjw3r4kqvmm6hxyb4k4x2")))) + (base32 "15hfdfpzmdjcx7ng7rjfid69bmvgn3z9g9r43qhjnhjhq3v4prab")))) (build-system gnu-build-system) (arguments `(#:tests? #false ; there are none |