guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: perl-autovivification: Update to 0.18.


From: Efraim Flashner
Subject: 01/01: gnu: perl-autovivification: Update to 0.18.
Date: Sun, 11 Nov 2018 01:24:16 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit cab70d4c2ae8c92337501b19dd938792447ad5b8
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 10 21:48:26 2018 +0200

    gnu: perl-autovivification: Update to 0.18.
    
    * gnu/packages/perl.scm (perl-autovivification): Update to 0.18.
---
 gnu/packages/perl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index f556d19..cbdf070 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -364,7 +364,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)
@@ -372,7 +372,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]