gnu: perl-unicode-linebreak: Update to 2019.001.
* gnu/packages/perl.scm (perl-unicode-linebreak): Update to 2019.001.
This commit is contained in:
parent
58f29e40f9
commit
bdd48dd799
|
@ -8423,8 +8423,7 @@ evaluate the little programs and replace them with their values.")
|
||||||
(uri (string-append "mirror://cpan/authors/id/S/SB/SBURKE/"
|
(uri (string-append "mirror://cpan/authors/id/S/SB/SBURKE/"
|
||||||
"Text-Unidecode-" version ".tar.gz"))
|
"Text-Unidecode-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1imii0p6wvhrxsr5z2zhazpx5vl4l4ybf1y2c5hy480xvi6z293c"))))
|
||||||
"1imii0p6wvhrxsr5z2zhazpx5vl4l4ybf1y2c5hy480xvi6z293c"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Text-Unidecode")
|
(home-page "https://metacpan.org/release/Text-Unidecode")
|
||||||
(synopsis "Provide plain ASCII transliterations of Unicode text")
|
(synopsis "Provide plain ASCII transliterations of Unicode text")
|
||||||
|
@ -8967,14 +8966,14 @@ Unicode data.")
|
||||||
(define-public perl-unicode-linebreak
|
(define-public perl-unicode-linebreak
|
||||||
(package
|
(package
|
||||||
(name "perl-unicode-linebreak")
|
(name "perl-unicode-linebreak")
|
||||||
(version "2016.003")
|
(version "2019.001")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/N/NE/NEZUMI/"
|
(uri (string-append "mirror://cpan/authors/id/N/NE/NEZUMI/"
|
||||||
"Unicode-LineBreak-" version ".tar.gz"))
|
"Unicode-LineBreak-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"096wf5x99swx7l7yd8pm2aw50g596nf50rkq7250zjcc1acjskp6"))))
|
"12iinva5gqc9g7qzxrvmh45n714z0ad9g7wq2dxwgp6drbj64rs8"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("perl-mime-charset" ,perl-mime-charset)))
|
`(("perl-mime-charset" ,perl-mime-charset)))
|
||||||
|
|
Loading…
Reference in New Issue