summary refs log tree commit diff
path: root/gnu/packages/perl-check.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 12:39:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-03-15 20:28:16 +0100
commit677aca12b7c89aea159d8e319bd3de7524e59516 (patch)
tree22a040deafccac4180572f4fb9216de3bfc79ea9 /gnu/packages/perl-check.scm
parente750f1fcdc48f523f26686113fce3c10920a872f (diff)
downloadguix-677aca12b7c89aea159d8e319bd3de7524e59516.tar.gz
gnu: perl-test-yaml: Update to 1.07.
* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.07.
Diffstat (limited to 'gnu/packages/perl-check.scm')
-rw-r--r--gnu/packages/perl-check.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 1b5a606fbe..fbe7b836cf 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)))