gnu: perl-autovivification: Update to 0.18.
* gnu/packages/perl.scm (perl-autovivification): Update to 0.18.
This commit is contained in:
parent
1de2937283
commit
c1ab159085
|
@ -327,7 +327,7 @@ sometimes even without using a single syscall.")
|
|||
(define-public perl-autovivification
|
||||
(package
|
||||
(name "perl-autovivification")
|
||||
(version "0.16")
|
||||
(version "0.18")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -335,7 +335,7 @@ sometimes even without using a single syscall.")
|
|||
"autovivification-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1422kw9fknv7rbjkgdfflg1q3mb69d3yryszp38dn0bgzkqhwkc1"))))
|
||||
"01giacr2sx6b9bgfz6aqw7ndcnf08j8n6kwhm7880a94hmb9g69d"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/autovivification")
|
||||
(synopsis "Lexically disable autovivification")
|
||||
|
|
Loading…
Reference in New Issue