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:
parent
7889b546b5
commit
248d6fb8e9
1 changed files with 2 additions and 2 deletions
|
@ -546,7 +546,7 @@ (define-public perl-test-failwarnings
|
||||||
(define-public perl-test-fatal
|
(define-public perl-test-fatal
|
||||||
(package
|
(package
|
||||||
(name "perl-test-fatal")
|
(name "perl-test-fatal")
|
||||||
(version "0.014")
|
(version "0.016")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -554,7 +554,7 @@ (define-public perl-test-fatal
|
||||||
"Test-Fatal-" version ".tar.gz"))
|
"Test-Fatal-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c6bs68mss4q7cyapkv2c0jn66i21050p0faxf3s3417gdffzp5w"))))
|
"13vqdyk95y89msk1r8g1vp1jw6rzkl1y76lprnw3085sy8qd90vj"))))
|
||||||
(build-system perl-build-system)
|
(build-system perl-build-system)
|
||||||
(propagated-inputs (list perl-try-tiny))
|
(propagated-inputs (list perl-try-tiny))
|
||||||
(home-page "https://metacpan.org/release/Test-Fatal")
|
(home-page "https://metacpan.org/release/Test-Fatal")
|
||||||
|
|
Loading…
Reference in a new issue