mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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:
parent
971b8381ff
commit
b5dfccd7b6
1 changed files with 3 additions and 3 deletions
|
@ -8151,15 +8151,15 @@ (define-public perl-text-aligner
|
|||
(define-public perl-text-balanced
|
||||
(package
|
||||
(name "perl-text-balanced")
|
||||
(version "2.02")
|
||||
(version "2.03")
|
||||
(source
|
||||
(origin
|
||||
(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"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d3mba2sjpp044h16pkf231cksa34ripaz6rmgxp0ygpl917az57"))))
|
||||
"1j4jjw6bg6ik8cn1mimw54rvg4h0qf4hm9k63y9572sny3w56xq5"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "http://search.cpan.org/dist/Text-Balanced/")
|
||||
(synopsis "Extract delimited text sequences from strings")
|
||||
|
|
Loading…
Reference in a new issue