mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-extutils-installpaths: Update to 0.012.
* gnu/packages/perl.scm (perl-extutils-installpaths): Update to 0.012.
This commit is contained in:
parent
4e77b75e11
commit
15dbc911f6
1 changed files with 2 additions and 2 deletions
|
@ -3168,7 +3168,7 @@ (define-public perl-exporter-tiny
|
|||
(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 @@ (define-public perl-extutils-installpaths
|
|||
"ExtUtils-InstallPaths-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z06y0fhx9hy9x01abb7s2xdbqrh9x4ps7avmlf4bwfwih2gl2bn"))))
|
||||
"1v9lshfhm9ck4p0v77arj5f7haj1mmkqal62lgzzvcds6wq5www4"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-extutils-config" ,perl-extutils-config)))
|
||||
|
|
Loading…
Reference in a new issue