mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: perl-class-inspector: Update to 1.36.
* gnu/packages/perl.scm (perl-class-inspector): Update to 1.36.
This commit is contained in:
parent
2e6618fce9
commit
c161e9270d
1 changed files with 2 additions and 2 deletions
|
@ -1065,7 +1065,7 @@ (define-public perl-class-factory-util
|
|||
(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 @@ (define-public perl-class-inspector
|
|||
"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")
|
||||
|
|
Loading…
Reference in a new issue