mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: perl-config-autoconf: Update to 0.315.
* gnu/packages/perl.scm (perl-config-autoconf): Update to 0.315.
This commit is contained in:
parent
e87ab2e895
commit
92a37fd224
1 changed files with 2 additions and 2 deletions
|
@ -1341,7 +1341,7 @@ (define-public perl-config-any
|
|||
(define-public perl-config-autoconf
|
||||
(package
|
||||
(name "perl-config-autoconf")
|
||||
(version "0.309")
|
||||
(version "0.315")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -1349,7 +1349,7 @@ (define-public perl-config-autoconf
|
|||
"Config-AutoConf-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1nqc7calfny12dwfhz7ylsvx55nf69kirdc5dbyvh3sjsqj8yvdq"))))
|
||||
"0h39x9rzrhhilpg8yxlzpka269qrzsjg0iy0c1b9xflqlvhx2g2b"))))
|
||||
(build-system perl-build-system)
|
||||
(propagated-inputs
|
||||
`(("perl-capture-tiny" ,perl-capture-tiny)))
|
||||
|
|
Loading…
Reference in a new issue