guix-commits
[Top][All Lists]
Advanced

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

07/21: gnu: perl-params-validationcompiler: Update to 0.27.


From: Tobias Geerinckx-Rice
Subject: 07/21: gnu: perl-params-validationcompiler: Update to 0.27.
Date: Mon, 19 Feb 2018 00:07:25 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 780fa70cd333621e4485df3eda3d92ee9af486ac
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 18 19:18:38 2018 +0100

    gnu: perl-params-validationcompiler: Update to 0.27.
    
    * gnu/packages/perl.scm (perl-params-validationcompiler): Update to 0.27.
    [native-inputs]: Add perl-type-tiny for another test.
---
 gnu/packages/perl.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl.scm b/gnu/packages/perl.scm
index ac9d229..403c110 100644
--- a/gnu/packages/perl.scm
+++ b/gnu/packages/perl.scm
@@ -6269,7 +6269,7 @@ function call parameters to an arbitrary level of 
specificity.")
 (define-public perl-params-validationcompiler
   (package
     (name "perl-params-validationcompiler")
-    (version "0.24")
+    (version "0.27")
     (source
       (origin
         (method url-fetch)
@@ -6277,12 +6277,14 @@ function call parameters to an arbitrary level of 
specificity.")
                             "Params-ValidationCompiler-" version ".tar.gz"))
         (sha256
          (base32
-          "11s29wd7gci4c7gcksxw7pzxfzganvr8x4f1dsww4676p93kg5m8"))))
+          "1cpr188c2xm0kkmdir6slcsgv7v6ibqff4lax8s0whwx6ml9kaah"))))
     (build-system perl-build-system)
     (native-inputs
+     ;; For tests.
      `(("perl-test-without-module" ,perl-test-without-module)
        ("perl-test2-bundle-extended" ,perl-test2-bundle-extended)
-       ("perl-test2-plugin-nowarnings" ,perl-test2-plugin-nowarnings)))
+       ("perl-test2-plugin-nowarnings" ,perl-test2-plugin-nowarnings)
+       ("perl-type-tiny" ,perl-type-tiny)))
     (propagated-inputs
      `(("perl-eval-closure" ,perl-eval-closure)
        ("perl-exception-class" ,perl-exception-class)



reply via email to

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