gnu: perl-text-aligner: Update to 0.13.

* gnu/packages/perl.scm (perl-text-aligner): Update to 0.13.
master
Tobias Geerinckx-Rice 2019-03-22 21:21:22 +01:00
parent e7a58cab64
commit 075edbb8c2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -8192,15 +8192,14 @@ into tables.")
(define-public perl-text-aligner
(package
(name "perl-text-aligner")
(version "0.12")
(version "0.13")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/S/SH/SHLOMIF/"
"Text-Aligner-" version ".tar.gz"))
(sha256
(base32
"0a6zkchc0apvzkch6z18cx6h97xfiv50r7n4xhg90x8dvk75qzcs"))))
(base32 "1vry21jrh91l2pkajnrps83bnr1fn6zshbzi80mcrnggrn9iq776"))))
(build-system perl-build-system)
(native-inputs `(("perl-module-build" ,perl-module-build)))
(home-page "https://metacpan.org/release/Text-Aligner")