guix-commits
[Top][All Lists]
Advanced

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

07/28: gnu: perl-tree-simple-visitorfactory: Update to 0.16.


From: guix-commits
Subject: 07/28: gnu: perl-tree-simple-visitorfactory: Update to 0.16.
Date: Wed, 19 May 2021 16:30:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 21fdc40e2d3b007556226234130ff1c260ba967d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed May 19 15:39:16 2021 +0300

    gnu: perl-tree-simple-visitorfactory: Update to 0.16.
    
    * gnu/packages/perl.scm (perl-tree-simple-visitorfactory): Update to 0.16.
---
 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 3e9d860..3863144 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10550,14 +10550,14 @@ simple n-ary tree.")
 (define-public perl-tree-simple-visitorfactory
   (package
     (name "perl-tree-simple-visitorfactory")
-    (version "0.15")
+    (version "0.16")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/"
                            "Tree-Simple-VisitorFactory-" version ".tgz"))
        (sha256
-        (base32 "06y2vazkl307k59hnkp9h5bp3p7711kgmp1qdhb2lgnfwzn84zin"))))
+        (base32 "19hdi00rw492m5r51b495gv5c64g91g98f8lm6sgym1cl7x3ixcw"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)



reply via email to

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