mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: perl-unicode-linebreak: Update to 2016.003.
* gnu/packages/perl.scm (perl-unicode-linebreak): Update to 2016.003.
This commit is contained in:
parent
5d2ecbffb2
commit
df669244f9
1 changed files with 2 additions and 2 deletions
|
@ -7296,14 +7296,14 @@ (define-public perl-unicode-collate
|
|||
(define-public perl-unicode-linebreak
|
||||
(package
|
||||
(name "perl-unicode-linebreak")
|
||||
(version "2015.12")
|
||||
(version "2016.003")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://cpan/authors/id/N/NE/NEZUMI/"
|
||||
"Unicode-LineBreak-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1d0nnc97irfpab4d3b2lvq22hac118k7zbfrj0lnxkbfwx7122cm"))))
|
||||
"096wf5x99swx7l7yd8pm2aw50g596nf50rkq7250zjcc1acjskp6"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-mime-charset" ,perl-mime-charset)))
|
||||
|
|
Loading…
Reference in a new issue