diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 14:13:22 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-09 15:01:53 +0200 |
commit | 15dbc911f6deb7c30e7fde2e9bb17e3b671183e5 (patch) | |
tree | 405f919f505351aa43f6c28ab423a8c22b91f8b5 /gnu/packages/perl.scm | |
parent | 4e77b75e114d8ab50ead5e28ae04556abc6c6883 (diff) | |
download | guix-15dbc911f6deb7c30e7fde2e9bb17e3b671183e5.tar guix-15dbc911f6deb7c30e7fde2e9bb17e3b671183e5.tar.gz |
gnu: perl-extutils-installpaths: Update to 0.012.
* gnu/packages/perl.scm (perl-extutils-installpaths): Update to 0.012.
Diffstat (limited to 'gnu/packages/perl.scm')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 0de597ca59..54dd29deec 100644 --- a/gnu/packages/perl.scm +++ b/gnu/packages/perl.scm @@ -3168,7 +3168,7 @@ only about 40% as many lines of code and with zero non-core dependencies.") (define-public perl-extutils-installpaths (package (name "perl-extutils-installpaths") - (version "0.011") + (version "0.012") (source (origin (method url-fetch) @@ -3176,7 +3176,7 @@ only about 40% as many lines of code and with zero non-core dependencies.") "ExtUtils-InstallPaths-" version ".tar.gz")) (sha256 (base32 - "0z06y0fhx9hy9x01abb7s2xdbqrh9x4ps7avmlf4bwfwih2gl2bn")))) + "1v9lshfhm9ck4p0v77arj5f7haj1mmkqal62lgzzvcds6wq5www4")))) (build-system perl-build-system) (propagated-inputs `(("perl-extutils-config" ,perl-extutils-config))) |