summaryrefslogtreecommitdiff
path: root/gnu/packages/perl.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 14:53:47 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-23 20:38:28 +0100
commitbdd48dd799ffefc42c09489f377baebfab93a700 (patch)
treee4ad166167066e0e259fa93b9ba3f81e399e4c39 /gnu/packages/perl.scm
parent58f29e40f956762303056ebe497eb52055935e7f (diff)
downloadpatches-bdd48dd799ffefc42c09489f377baebfab93a700.tar
patches-bdd48dd799ffefc42c09489f377baebfab93a700.tar.gz
gnu: perl-unicode-linebreak: Update to 2019.001.
* gnu/packages/perl.scm (perl-unicode-linebreak): Update to 2019.001.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r--gnu/packages/perl.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 187e01a0c4..77255fa7ef 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8423,8 +8423,7 @@ evaluate the little programs and replace them with their values.")
(uri (string-append "mirror://cpan/authors/id/S/SB/SBURKE/"
"Text-Unidecode-" version ".tar.gz"))
(sha256
- (base32
- "1imii0p6wvhrxsr5z2zhazpx5vl4l4ybf1y2c5hy480xvi6z293c"))))
+ (base32 "1imii0p6wvhrxsr5z2zhazpx5vl4l4ybf1y2c5hy480xvi6z293c"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Text-Unidecode")
(synopsis "Provide plain ASCII transliterations of Unicode text")
@@ -8967,14 +8966,14 @@ Unicode data.")
(define-public perl-unicode-linebreak
(package
(name "perl-unicode-linebreak")
- (version "2016.003")
+ (version "2019.001")
(source (origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/N/NE/NEZUMI/"
"Unicode-LineBreak-" version ".tar.gz"))
(sha256
(base32
- "096wf5x99swx7l7yd8pm2aw50g596nf50rkq7250zjcc1acjskp6"))))
+ "12iinva5gqc9g7qzxrvmh45n714z0ad9g7wq2dxwgp6drbj64rs8"))))
(build-system perl-build-system)
(propagated-inputs
`(("perl-mime-charset" ,perl-mime-charset)))