guix-commits
[Top][All Lists]
Advanced

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

09/18: gnu: perl-test-without-module: Update to 0.20.


From: Tobias Geerinckx-Rice
Subject: 09/18: gnu: perl-test-without-module: Update to 0.20.
Date: Mon, 4 Jun 2018 09:38:56 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a1b16662bcabd6086a5e9d4d14688d148e3c1406
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jun 4 09:01:12 2018 +0200

    gnu: perl-test-without-module: Update to 0.20.
    
    * gnu/packages/perl-check.scm (perl-test-without-module): Update to 0.20.
---
 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 9c17733..a1be996 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1236,7 +1236,7 @@ plan, or not, and things will still Just Work.")
 (define-public perl-test-without-module
   (package
     (name "perl-test-without-module")
-    (version "0.18")
+    (version "0.20")
     (source
      (origin
        (method url-fetch)
@@ -1244,7 +1244,7 @@ plan, or not, and things will still Just Work.")
                            "Test-Without-Module-" version ".tar.gz"))
        (sha256
         (base32
-         "0zwc2dk5srd02j4p049w77m89iw5nbff381rmhcbaz8x2w5kdhz2"))))
+         "0955ib9cz1naz7a2v6lx78kj29q7ihmdn51im6wd1im669yfp6lf"))))
     (build-system perl-build-system)
     (home-page "http://search.cpan.org/dist/Test-Without-Module/";)
     (synopsis "Test fallback behaviour in absence of modules")



reply via email to

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