me
/
guix
Archived
1
0
Fork 0

gnu: perl-try-tiny: Update to 0.31.

* gnu/packages/perl.scm (perl-try-tiny): Update to 0.31.
master
Marius Bakke 2022-09-20 03:21:49 +02:00 committed by Maxim Cournoyer
parent cc93e5f424
commit 7889b546b5
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -11318,7 +11318,7 @@ Tree::Simple::Visitor::* objects.")
(define-public perl-try-tiny
(package
(name "perl-try-tiny")
(version "0.30")
(version "0.31")
(source
(origin
(method url-fetch)
@ -11326,7 +11326,7 @@ Tree::Simple::Visitor::* objects.")
"Try-Tiny-" version ".tar.gz"))
(sha256
(base32
"0szgvlz19yz3mq1lbzmwh8w5dh6agg5s16xv22zrnl83r7ax0nys"))))
"1ghidhh2wasxbmjsdsyfcy20wgli3m58dkj6ixnv4xa0i8fx601k"))))
(build-system perl-build-system)
(home-page "https://metacpan.org/release/Try-Tiny")
(synopsis "Minimal try/catch with proper preservation of $@@")