diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-24 11:30:10 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-04-26 21:08:55 +0200 |
commit | ff8b52bad9078a58fd4ad4a6f3a794814f49cebe (patch) | |
tree | 7b15e54df2bbc5d715bc2cfcd4d436cbc28ad571 /gnu | |
parent | ea1db49a8936d84677c3f83f46fb2f525044a0e8 (diff) | |
download | guix-ff8b52bad9078a58fd4ad4a6f3a794814f49cebe.tar guix-ff8b52bad9078a58fd4ad4a6f3a794814f49cebe.tar.gz |
gnu: perl-class-inspector: Update to 1.32.
* gnu/packages/perl.scm (perl-class-inspector): Update to 1.32.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm index 2a091d8200..9cc83ed71b 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") |