guix-commits
[Top][All Lists]
Advanced

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

11/18: gnu: perl-exception-class: Update to 1.44.


From: Tobias Geerinckx-Rice
Subject: 11/18: gnu: perl-exception-class: Update to 1.44.
Date: Mon, 4 Jun 2018 09:38:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit cf25329661acebf98417d02b8168f196ea073d11
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Jun 3 12:04:11 2018 +0200

    gnu: perl-exception-class: Update to 1.44.
    
    * gnu/packages/perl.scm (perl-exception-class): Update to 1.44.
---
 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 1b59460..7fdaf0d 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -3080,7 +3080,7 @@ errors are rethrown automatically.")
 (define-public perl-exception-class
   (package
     (name "perl-exception-class")
-    (version "1.39")
+    (version "1.44")
     (source
      (origin
        (method url-fetch)
@@ -3088,7 +3088,7 @@ errors are rethrown automatically.")
                            "Exception-Class-" version ".tar.gz"))
        (sha256
         (base32
-         "10r06v6568s33p6h9f9ml0iabc07id86mjkf74gy7ld6d5m7b741"))))
+         "03gf4cdgrjnljgrlxkvbh2cahsyzn0zsh2zcli7b1lrqn7wgpwrk"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-devel-stacktrace" ,perl-devel-stacktrace)



reply via email to

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