guix-commits
[Top][All Lists]
Advanced

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

11/21: gnu: perl-test-yaml: Update to 1.07.


From: guix-commits
Subject: 11/21: gnu: perl-test-yaml: Update to 1.07.
Date: Fri, 15 Mar 2019 15:31:00 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 677aca12b7c89aea159d8e319bd3de7524e59516
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 15 12:39:50 2019 +0100

    gnu: perl-test-yaml: Update to 1.07.
    
    * gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.07.
---
 gnu/packages/perl-check.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 1b5a606..fbe7b83 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1362,20 +1362,19 @@ installed.")
     (synopsis "Dynamic generation of tests")
     (description "The Test::WriteVariants module provides for the dynamic
 generation of tests in nested combinations of contexts.")
-    (license perl-license)))  ;See LICENSE
+    (license perl-license)))  ; see LICENSE
 
 (define-public perl-test-yaml
   (package
     (name "perl-test-yaml")
-    (version "1.06")
+    (version "1.07")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append "mirror://cpan/authors/id/I/IN/INGY/"
+       (uri (string-append "mirror://cpan/authors/id/T/TI/TINITA/"
                            "Test-YAML-" version ".tar.gz"))
        (sha256
-        (base32
-         "0hxrfs7p9hqkhvv5nhk2hd3kh32smwng4nz47b8xf4iw2q1n2dr7"))))
+        (base32 "0pwrrnwi1qaiy3c5522vy0kzncxc9g02r4b056wqqaa69w1hsc0z"))))
     (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]