mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: perl-indirect: Update to 0.39.
* gnu/packages/perl.scm (perl-indirect): Update to 0.39.
This commit is contained in:
parent
2767beb3d0
commit
339bafad25
1 changed files with 2 additions and 3 deletions
|
@ -4286,7 +4286,7 @@ (define-public perl-inc-latest
|
|||
(define-public perl-indirect
|
||||
(package
|
||||
(name "perl-indirect")
|
||||
(version "0.38")
|
||||
(version "0.39")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -4294,8 +4294,7 @@ (define-public perl-indirect
|
|||
"mirror://cpan/authors/id/V/VP/VPIT/indirect-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"13k5a8p903m8x3pcv9qqkzvnb8gpgq36cr3dvn3lk1ngsi9w5ydy"))))
|
||||
(base32 "1r971mykvvsrzrp6a9ccl649ihr84h254jmlfpazv64f6i63qwvi"))))
|
||||
(build-system perl-build-system)
|
||||
(home-page "https://metacpan.org/release/indirect")
|
||||
(synopsis "Lexically warn about using the indirect method call syntax")
|
||||
|
|
Loading…
Reference in a new issue