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

* gnu/packages/perl.scm (perl-extutils-installpaths): Update to 0.012.
master
Tobias Geerinckx-Rice 2018-09-09 14:13:22 +02:00
parent 4e77b75e11
commit 15dbc911f6
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))