guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: perl-class-inspector: Update to 1.36.


From: guix-commits
Subject: 03/04: gnu: perl-class-inspector: Update to 1.36.
Date: Sat, 9 Nov 2019 15:49:22 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit c161e9270df46440ed4ce065bb2fad5577196572
Author: Efraim Flashner <address@hidden>
Date:   Sat Nov 9 22:34:43 2019 +0200

    gnu: perl-class-inspector: Update to 1.36.
    
    * gnu/packages/perl.scm (perl-class-inspector): Update to 1.36.
---
 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 0879fe8..7362dc9 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -1065,7 +1065,7 @@ to the calling program.")
 (define-public perl-class-inspector
   (package
     (name "perl-class-inspector")
-    (version "1.32")
+    (version "1.36")
     (source
      (origin
        (method url-fetch)
@@ -1073,7 +1073,7 @@ to the calling program.")
                            "Class-Inspector-" version ".tar.gz"))
        (sha256
         (base32
-         "0d85rihxahdvhj8cysqrgg0kbmcqghz5hgy41dbkxr1qaf5xrynf"))))
+         "0kk900bp8iq7bw5jyllfb31gvf93mmp24n4x90j7qs3jlhimsafc"))))
     (build-system perl-build-system)
     (home-page "https://metacpan.org/release/Class-Inspector";)
     (synopsis "Get information about a class and its structure")



reply via email to

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