gnu: perl-try-tiny: Update to 0.30.
* gnu/packages/perl.scm (perl-try-tiny): Update to 0.30.
This commit is contained in:
parent
1c7d7f3f65
commit
18090a9735
1 changed files with 3 additions and 3 deletions
|
@ -9010,15 +9010,15 @@ Tree::Simple::Visitor::* objects.")
|
||||||
(define-public perl-try-tiny
|
(define-public perl-try-tiny
|
||||||
(package
|
(package
|
||||||
(name "perl-try-tiny")
|
(name "perl-try-tiny")
|
||||||
(version "0.22")
|
(version "0.30")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://cpan/authors/id/D/DO/DOY/"
|
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
|
||||||
"Try-Tiny-" version ".tar.gz"))
|
"Try-Tiny-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"068vdbpacfawc3lkfs0b82xxl27h3l0gj14iada3vlwk8rps9yv0"))))
|
"0szgvlz19yz3mq1lbzmwh8w5dh6agg5s16xv22zrnl83r7ax0nys"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(home-page "https://metacpan.org/release/Try-Tiny")
|
(home-page "https://metacpan.org/release/Try-Tiny")
|
||||||
(synopsis "Minimal try/catch with proper preservation of $@@")
|
(synopsis "Minimal try/catch with proper preservation of $@@")
|
||||||
|
|
Reference in a new issue