gnu: perl-net-idn-encode: Update to 2.500.
* gnu/packages/perl.scm (perl-net-idn-encode): Update to 2.500. Re-indent.
This commit is contained in:
parent
8eb2c56556
commit
29ff0474f4
|
@ -6411,25 +6411,20 @@ system threads instead of Perl threads.")
|
||||||
(define-public perl-net-idn-encode
|
(define-public perl-net-idn-encode
|
||||||
(package
|
(package
|
||||||
(name "perl-net-idn-encode")
|
(name "perl-net-idn-encode")
|
||||||
(version "2.400")
|
(version "2.500")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append "mirror://cpan/authors/id/C/CF/CFAERBER/"
|
||||||
"mirror://cpan/authors/id/C/CF/CFAERBER/Net-IDN-Encode-"
|
"Net-IDN-Encode-" version ".tar.gz"))
|
||||||
version
|
|
||||||
".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1aiy7adirk3wpwlczd8sldi9k1dray0jrg1lbcrcw97zwcrkciam"))))
|
||||||
"0a9knav5f9kjldrkxx1k47ivd3p23zkmi8aqgyhnxidhgasz1dlq"))))
|
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl-module-build" ,perl-module-build)
|
`(("perl-module-build" ,perl-module-build)
|
||||||
("perl-test-nowarnings" ,perl-test-nowarnings)))
|
("perl-test-nowarnings" ,perl-test-nowarnings)))
|
||||||
(home-page
|
(home-page "https://metacpan.org/release/Net-IDN-Encode")
|
||||||
"https://metacpan.org/release/Net-IDN-Encode")
|
(synopsis "Internationalizing Domain Names in Applications (IDNA)")
|
||||||
(synopsis
|
|
||||||
"Internationalizing Domain Names in Applications (IDNA)")
|
|
||||||
(description
|
(description
|
||||||
"Internationalized Domain Names (IDNs) use characters drawn from a large
|
"Internationalized Domain Names (IDNs) use characters drawn from a large
|
||||||
repertoire (Unicode), but IDNA allows the non-ASCII characters to be
|
repertoire (Unicode), but IDNA allows the non-ASCII characters to be
|
||||||
|
|
Loading…
Reference in New Issue