guix-commits
[Top][All Lists]
Advanced

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

26/59: gnu: perl-tree-simple: Update to 1.33.


From: guix-commits
Subject: 26/59: gnu: perl-tree-simple: Update to 1.33.
Date: Sat, 23 Mar 2019 11:04:14 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1dc19afbd07a9399d5a5a766464feee2f2531500
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Mar 23 10:17:26 2019 +0100

    gnu: perl-tree-simple: Update to 1.33.
    
    * gnu/packages/perl.scm (perl-tree-simple): Update to 1.33.
---
 gnu/packages/perl.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index 0d9789c..775a2df 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -8744,15 +8744,14 @@ and time() calls.")
 (define-public perl-tree-simple
   (package
     (name "perl-tree-simple")
-    (version "1.25")
+    (version "1.33")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/R/RS/RSAVAGE/"
                            "Tree-Simple-" version ".tgz"))
        (sha256
-        (base32
-         "1xj1n70v4qbx7m9k01bj9aixk77yssliavgvfds3xj755hcan0nr"))))
+        (base32 "1alnwb6c7n4al91m9cyknvcyvdz521lh22dz1hyk4v7c50adffnv"))))
     (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]