guix-commits
[Top][All Lists]
Advanced

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

05/14: gnu: perl-test-runvalgrind: Update to 0.2.1.


From: guix-commits
Subject: 05/14: gnu: perl-test-runvalgrind: Update to 0.2.1.
Date: Tue, 15 Oct 2019 23:41:36 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit dedb10b24b5bfe656932213b7555481544e71730
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Oct 16 03:08:19 2019 +0200

    gnu: perl-test-runvalgrind: Update to 0.2.1.
    
    * gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.1.
---
 gnu/packages/perl-check.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm
index 5eac984..2d2a24b 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1170,7 +1170,7 @@ reported, and the tests skipped.")
 (define-public perl-test-runvalgrind
   (package
     (name "perl-test-runvalgrind")
-    (version "0.2.0")
+    (version "0.2.1")
     (source
      (origin
        (method url-fetch)
@@ -1179,8 +1179,7 @@ reported, and the tests skipped.")
              version
              ".tar.gz"))
        (sha256
-        (base32
-         "0cfndkn2k9pcx290wcblwmrwh1ybs0grxjlsrp8fbqqbmmjpb53h"))))
+        (base32 "175hlycrhgwrp7j4rwx5bk4fd6775242wjdqv107rvgsrszsi915"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-module-build" ,perl-module-build)))



reply via email to

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