gnu: perl-lingua-en-inflect: Update to 1.903.
* gnu/packages/language.scm (perl-lingua-en-inflect): Update to 1.903
This commit is contained in:
parent
7e8aac188f
commit
ce0be1bcf4
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
|
;;; Copyright © 2015, 2016 Eric Bavier <bavier@member.fsf.org>
|
||||||
|
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -51,7 +52,7 @@ manipulating such numbers.")
|
||||||
(define-public perl-lingua-en-inflect
|
(define-public perl-lingua-en-inflect
|
||||||
(package
|
(package
|
||||||
(name "perl-lingua-en-inflect")
|
(name "perl-lingua-en-inflect")
|
||||||
(version "1.901")
|
(version "1.903")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -59,7 +60,7 @@ manipulating such numbers.")
|
||||||
"Lingua-EN-Inflect-" version ".tar.gz"))
|
"Lingua-EN-Inflect-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0mcwlgf6hkh4zm3s1x899f25xj4hyzrc2vssiwfxysqja36yf5ys"))))
|
"0j8d1f1wvmgc11d71pc8xp8fv5a1nb2yfw1dgd19xhscn1klpvzw"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
(native-inputs `(("perl-module-build" ,perl-module-build)))
|
||||||
(home-page "http://search.cpan.org/dist/Lingua-EN-Inflect")
|
(home-page "http://search.cpan.org/dist/Lingua-EN-Inflect")
|
||||||
|
|
Loading…
Reference in New Issue