guix-commits
[Top][All Lists]
Advanced

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

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


From: Efraim Flashner
Subject: 01/02: gnu: perl-autovivification: Update to 0.18.
Date: Sat, 10 Nov 2018 15:36:45 -0500 (EST)

efraim pushed a commit to branch core-updates
in repository guix.

commit c1ab1590854e4a1af2436c0c60b8dd570b219598
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 cadef60..d6ea360 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -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")



reply via email to

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