1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-28 13:10:33 +02:00

gnu: perl-test-fatal: Update to 0.016.

* gnu/packages/perl-check.scm (perl-test-fatal): Update to 0.016.
This commit is contained in:
Marius Bakke
2022-09-20 03:22:21 +02:00
committed by Maxim Cournoyer
parent 7889b546b5
commit 248d6fb8e9

View File

@@ -546,7 +546,7 @@ Test::More and friends.")
(define-public perl-test-fatal
(package
(name "perl-test-fatal")
(version "0.014")
(version "0.016")
(source
(origin
(method url-fetch)
@@ -554,7 +554,7 @@ Test::More and friends.")
"Test-Fatal-" version ".tar.gz"))
(sha256
(base32
"1c6bs68mss4q7cyapkv2c0jn66i21050p0faxf3s3417gdffzp5w"))))
"13vqdyk95y89msk1r8g1vp1jw6rzkl1y76lprnw3085sy8qd90vj"))))
(build-system perl-build-system)
(propagated-inputs (list perl-try-tiny))
(home-page "https://metacpan.org/release/Test-Fatal")