gnu: perl-extutils-installpaths: Update to 0.011.

* gnu/packages/perl.scm (perl-extutils-installpaths): Update to 0.011.
This commit is contained in:
Tobias Geerinckx-Rice 2018-02-12 11:08:54 +01:00
parent 63651b8057
commit a32f136547
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -3104,7 +3104,7 @@ extensions")
(define-public perl-extutils-installpaths (define-public perl-extutils-installpaths
(package (package
(name "perl-extutils-installpaths") (name "perl-extutils-installpaths")
(version "0.010") (version "0.011")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3112,7 +3112,7 @@ extensions")
"ExtUtils-InstallPaths-" version ".tar.gz")) "ExtUtils-InstallPaths-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0mi1px42in7i442jqncg3gmxd5zn7sw5b2s85h690rz433qvyk6i")))) "0z06y0fhx9hy9x01abb7s2xdbqrh9x4ps7avmlf4bwfwih2gl2bn"))))
(build-system perl-build-system) (build-system perl-build-system)
(propagated-inputs (propagated-inputs
`(("perl-extutils-config" ,perl-extutils-config))) `(("perl-extutils-config" ,perl-extutils-config)))