diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-03 21:09:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-05 01:31:32 +0200 |
commit | 91cb6eaf52b9095d31a4f1c07673b409ffec6074 (patch) | |
tree | 64ba83c4baef4f583924bd00955207b653b6c173 /gnu/packages/perl.scm | |
parent | ed2e354b79abe54489d6d54eeb7026e98132d4a4 (diff) | |
download | patches-91cb6eaf52b9095d31a4f1c07673b409ffec6074.tar patches-91cb6eaf52b9095d31a4f1c07673b409ffec6074.tar.gz |
gnu: perl-module-install: Update to 1.19.
* gnu/packages/perl.scm (perl-module-install): Update to 1.19.
[source]: Update URI.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 3f424dcb5f..bbb4e6890a 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -5177,15 +5177,15 @@ implementations.") (define-public perl-module-install (package (name "perl-module-install") - (version "1.14") + (version "1.19") (source (origin (method url-fetch) - (uri (string-append "mirror://cpan/authors/id/B/BI/BINGOS/" + (uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/" "Module-Install-" version ".tar.gz")) (sha256 (base32 - "0j8dz87k60i1khd9xadd8kl6bgm9s5s5zl86rzsz5bq36siz00iz")))) + "06q12cm97yh4p7qbm0a2p96996ii6ss59qy57z0f7f9svy6sflqs")))) (build-system perl-build-system) (native-inputs `(("perl-yaml-tiny" ,perl-yaml-tiny))) |