diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-03 21:11:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-05 03:01:16 +0200 |
commit | b5dfccd7b6856c0c59dea793b3a5586c58b51cbf (patch) | |
tree | 92178116487ee7f0e3e9c60e07d56c89aab5940f | |
parent | 971b8381ff2903f930e8a8faba6514b892303030 (diff) | |
download | guix-b5dfccd7b6856c0c59dea793b3a5586c58b51cbf.tar guix-b5dfccd7b6856c0c59dea793b3a5586c58b51cbf.tar.gz |
gnu: perl-text-balanced: Update to 2.03.
* gnu/packages/perl.scm (perl-text-balanced): Update to 2.03.
[source]: Update URI.
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index ce66b932fb..9ccdb3de4d 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -8151,15 +8151,15 @@ used to justify strings to various alignment styles.") (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") |