guix-commits
[Top][All Lists]
Advanced

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

08/20: gnu: perl-class-inspector: Update to 1.32.


From: Tobias Geerinckx-Rice
Subject: 08/20: gnu: perl-class-inspector: Update to 1.32.
Date: Thu, 26 Apr 2018 15:09:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit ff8b52bad9078a58fd4ad4a6f3a794814f49cebe
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Apr 24 11:30:10 2018 +0200

    gnu: perl-class-inspector: Update to 1.32.
    
    * gnu/packages/perl.scm (perl-class-inspector): Update to 1.32.
---
 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 2a091d8..9cc83ed 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1120,7 +1120,7 @@ to the calling program.")
 (define-public perl-class-inspector
   (package
     (name "perl-class-inspector")
-    (version "1.31")
+    (version "1.32")
     (source
      (origin
        (method url-fetch)
@@ -1128,7 +1128,7 @@ to the calling program.")
                            "Class-Inspector-" version ".tar.gz"))
        (sha256
         (base32
-         "1sqfjgzxx1f951fykc6vgfvys4j8rxaw2zf3jq26yrvs3ygn8pq6"))))
+         "0d85rihxahdvhj8cysqrgg0kbmcqghz5hgy41dbkxr1qaf5xrynf"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Class-Inspector/";)
     (synopsis "Get information about a class and its structure")



reply via email to

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