guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: perl-test-runvalgrind: Update to 0.2.2.


From: guix-commits
Subject: 08/10: gnu: perl-test-runvalgrind: Update to 0.2.2.
Date: Mon, 8 Feb 2021 06:47:05 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 1e4565eabca2026320eae6ac36b1c3361ddb19f6
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Feb 8 12:55:03 2021 +0200

    gnu: perl-test-runvalgrind: Update to 0.2.2.
    
    * gnu/packages/perl-check.scm (perl-test-runvalgrind): Update to 0.2.2.
---
 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 518dd2c..8983eb1 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -1231,7 +1231,7 @@ reported, and the tests skipped.")
 (define-public perl-test-runvalgrind
   (package
     (name "perl-test-runvalgrind")
-    (version "0.2.1")
+    (version "0.2.2")
     (source
      (origin
        (method url-fetch)
@@ -1240,7 +1240,7 @@ reported, and the tests skipped.")
              version
              ".tar.gz"))
        (sha256
-        (base32 "175hlycrhgwrp7j4rwx5bk4fd6775242wjdqv107rvgsrszsi915"))))
+        (base32 "1vm5iw5sy0mhjjypaaviil9qgqixmkaghdbjbcyb4lf2mm6d24v9"))))
     (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]