guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/15: gnu: perl-test-fatal: Update to 0.016.


From: guix-commits
Subject: 10/15: gnu: perl-test-fatal: Update to 0.016.
Date: Sun, 20 Nov 2022 11:21:12 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 046d9655a3a8bb5f98fe963fe3736b4045a37fb5
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Sep 20 03:22:21 2022 +0200

    gnu: perl-test-fatal: Update to 0.016.
    
    * gnu/packages/perl-check.scm (perl-test-fatal): Update to 0.016.
---
 gnu/packages/perl-check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 6562390d20..7bf58832bc 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]