guix-commits
[Top][All Lists]
Advanced

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

06/08: gnu: perl-test-mockmodule: Update to 0.177.0.


From: guix-commits
Subject: 06/08: gnu: perl-test-mockmodule: Update to 0.177.0.
Date: Sun, 28 Nov 2021 15:18:33 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3ffe6937bc64aaa135e90afb0afe207c1782ff5b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Nov 28 15:52:28 2021 +0200

    gnu: perl-test-mockmodule: Update to 0.177.0.
    
    * gnu/packages/perl-check.scm (perl-test-mockmodule): Update to 0.177.0.
---
 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 3a324df..641e026 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -840,14 +840,14 @@ memory_cycle_ok( $object );
 (define-public perl-test-mockmodule
   (package
     (name "perl-test-mockmodule")
-    (version "0.171.0")
+    (version "0.177.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/G/GF/GFRANKS/"
                            "Test-MockModule-v" version ".tar.gz"))
        (sha256
-        (base32 "1arqgb1773zym5dqlwm6kz48bfrccjhb5bjfsif0vkalwq2gvm7b"))))
+        (base32 "0i8hiw9r2kak8kgp2qabr0cnnpp1yg1sddm781nhfxpavi4pmnhv"))))
     (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]