mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: repeat-masker: Update to 4.1.2-p1.
* gnu/packages/bioinformatics.scm (repeat-masker): Update to 4.1.2-p1.
This commit is contained in:
parent
0bf3c9abaa
commit
2648d3207f
1 changed files with 2 additions and 2 deletions
|
@ -3295,14 +3295,14 @@ (define-public trf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue