mirror of
git://git.savannah.gnu.org/guix.git
synced 2024-12-29 11:46:06 +01:00
gnu: perl-autovivification: Update to 0.18.
* gnu/packages/perl.scm (perl-autovivification): Update to 0.18.
This commit is contained in:
parent
717d29e25b
commit
cab70d4c2a
1 changed files with 2 additions and 2 deletions
|
@ -364,7 +364,7 @@ sometimes even without using a single syscall.")
|
||||||
(define-public perl-autovivification
|
(define-public perl-autovivification
|
||||||
(package
|
(package
|
||||||
(name "perl-autovivification")
|
(name "perl-autovivification")
|
||||||
(version "0.16")
|
(version "0.18")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -372,7 +372,7 @@ sometimes even without using a single syscall.")
|
||||||
"autovivification-" version ".tar.gz"))
|
"autovivification-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1422kw9fknv7rbjkgdfflg1q3mb69d3yryszp38dn0bgzkqhwkc1"))))
|
"01giacr2sx6b9bgfz6aqw7ndcnf08j8n6kwhm7880a94hmb9g69d"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/autovivification")
|
(home-page "https://metacpan.org/release/autovivification")
|
||||||
(synopsis "Lexically disable autovivification")
|
(synopsis "Lexically disable autovivification")
|
||||||
|
|
Loading…
Reference in a new issue