guix-commits
[Top][All Lists]
Advanced

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

06/28: gnu: perl-tree-simple: Update to 1.34.


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

efraim pushed a commit to branch master
in repository guix.

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

    gnu: perl-tree-simple: Update to 1.34.
    
    * gnu/packages/perl.scm (perl-tree-simple): Update to 1.34.
---
 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 a386dd1..3e9d860 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -10527,14 +10527,14 @@ and time() calls.")
 (define-public perl-tree-simple
   (package
     (name "perl-tree-simple")
-    (version "1.33")
+    (version "1.34")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/"
                            "Tree-Simple-" version ".tgz"))
        (sha256
-        (base32 "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv"))))
+        (base32 "176j8zgsndfnxb5mxaiarnva3ghck1jxgxwkz77r9fr2sadpksdp"))))
     (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]