gnu: perl-text-balanced: Update to 2.03.

* gnu/packages/perl.scm (perl-text-balanced): Update to 2.03.
[source]: Update URI.
This commit is contained in:
Tobias Geerinckx-Rice 2018-06-03 21:11:01 +02:00
parent 971b8381ff
commit b5dfccd7b6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -8151,15 +8151,15 @@ (define-public perl-text-aligner
(define-public perl-text-balanced (define-public perl-text-balanced
(package (package
(name "perl-text-balanced") (name "perl-text-balanced")
(version "2.02") (version "2.03")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://cpan/authors/id/A/AD/ADAMK/" (uri (string-append "mirror://cpan/authors/id/S/SH/SHAY/"
"Text-Balanced-" version ".tar.gz")) "Text-Balanced-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1d3mba2sjpp044h16pkf231cksa34ripaz6rmgxp0ygpl917az57")))) "1j4jjw6bg6ik8cn1mimw54rvg4h0qf4hm9k63y9572sny3w56xq5"))))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Text-Balanced/") (home-page "http://search.cpan.org/dist/Text-Balanced/")
(synopsis "Extract delimited text sequences from strings") (synopsis "Extract delimited text sequences from strings")