gnu: perl-class-inspector: Update to 1.32.

* gnu/packages/perl.scm (perl-class-inspector): Update to 1.32.
master
Tobias Geerinckx-Rice 2018-04-24 11:30:10 +02:00
parent ea1db49a89
commit ff8b52bad9
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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")