guix-commits
[Top][All Lists]
Advanced

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

09/15: gnu: perl-try-tiny: Update to 0.31.


From: guix-commits
Subject: 09/15: gnu: perl-try-tiny: Update to 0.31.
Date: Sun, 20 Nov 2022 11:21:12 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 153e712fde1c497d40d34f4a58d432ad4d7e8f17
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 20 03:21:49 2022 +0200

    gnu: perl-try-tiny: Update to 0.31.
    
    * gnu/packages/perl.scm (perl-try-tiny): Update to 0.31.
---
 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 b6c33b2a36..b8bfe949e3 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -11124,7 +11124,7 @@ Tree::Simple::Visitor::* objects.")
 (define-public perl-try-tiny
   (package
     (name "perl-try-tiny")
-    (version "0.30")
+    (version "0.31")
     (source
      (origin
        (method url-fetch)
@@ -11132,7 +11132,7 @@ Tree::Simple::Visitor::* objects.")
                            "Try-Tiny-" version ".tar.gz"))
        (sha256
         (base32
-         "0szgvlz19yz3mq1lbzmwh8w5dh6agg5s16xv22zrnl83r7ax0nys"))))
+         "1ghidhh2wasxbmjsdsyfcy20wgli3m58dkj6ixnv4xa0i8fx601k"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Try-Tiny";)
     (synopsis "Minimal try/catch with proper preservation of $@@")



reply via email to

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