guix-commits
[Top][All Lists]
Advanced

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

11/11: gnu: perl-test-yaml: Update to 1.06.


From: Tobias Geerinckx-Rice
Subject: 11/11: gnu: perl-test-yaml: Update to 1.06.
Date: Fri, 15 Dec 2017 21:09:43 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 67c939d9b86f8b3f17fb9c6bfd2b0037c98cfc81
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Dec 15 20:05:35 2017 +0100

    gnu: perl-test-yaml: Update to 1.06.
    
    * gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.06
---
 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 84983de..b1d1f08 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1122,7 +1122,7 @@ generation of tests in nested combinations of contexts.")
 (define-public perl-test-yaml
   (package
     (name "perl-test-yaml")
-    (version "1.05")
+    (version "1.06")
     (source
      (origin
        (method url-fetch)
@@ -1130,7 +1130,7 @@ generation of tests in nested combinations of contexts.")
                            "Test-YAML-" version ".tar.gz"))
        (sha256
         (base32
-         "079nayc0fp2fwjv8s2yr069bdffln699j6z3lqr5dpx1v2qg82ck"))))
+         "0hxrfs7p9hqkhvv5nhk2hd3kh32smwng4nz47b8xf4iw2q1n2dr7"))))
     (build-system perl-build-system)
     (propagated-inputs
      `(("perl-test-base" ,perl-test-base)))



reply via email to

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