gnu: perl-lingua-en-inflect-phrase: Update to 0.20.

* gnu/packages/language.scm (perl-lingua-en-inflect-phrase): Update to 0.20.
This commit is contained in:
Tobias Geerinckx-Rice 2018-03-12 04:45:14 +01:00
parent b9d020056d
commit cd75b642d9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -98,7 +98,7 @@ converting a word to singular or plural.")
(define-public perl-lingua-en-inflect-phrase (define-public perl-lingua-en-inflect-phrase
(package (package
(name "perl-lingua-en-inflect-phrase") (name "perl-lingua-en-inflect-phrase")
(version "0.18") (version "0.20")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -106,7 +106,7 @@ converting a word to singular or plural.")
"Lingua-EN-Inflect-Phrase-" version ".tar.gz")) "Lingua-EN-Inflect-Phrase-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"19prg6pkgnznrc82ymdkdi3l9schg815axjig7adca5yqa7mn2i9")))) "1a6y1l2pjim2242wcpgz066di4pbzfgsjjdl7vg5a5wzm48qj1am"))))
(build-system perl-build-system) (build-system perl-build-system)
(native-inputs (native-inputs
`(("perl-test-nowarnings" ,perl-test-nowarnings))) `(("perl-test-nowarnings" ,perl-test-nowarnings)))