guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: perl-test-mockobject: Update to 1.20191002.


From: guix-commits
Subject: 08/17: gnu: perl-test-mockobject: Update to 1.20191002.
Date: Sat, 5 Oct 2019 23:36:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 5d7e1c807dd1184b9145f27d83b72fde34f204b7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Oct 6 01:37:32 2019 +0200

    gnu: perl-test-mockobject: Update to 1.20191002.
    
    * gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20191002.
---
 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 98d01d5..5eac984 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -836,14 +836,14 @@ you @code{unmock()} the subroutine.")
 (define-public perl-test-mockobject
   (package
     (name "perl-test-mockobject")
-    (version "1.20180705")
+    (version "1.20191002")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/C/CH/CHROMATIC/"
                            "Test-MockObject-" version ".tar.gz"))
        (sha256
-        (base32 "06250ayzzd90vbvkpxwr9d3nlbbngl1b9nk2qk0ma4aibn6ha5j5"))))
+        (base32 "160r36j727hw6syazh6sfq862f95dp1zcga0nil7cjlry77lqsn7"))))
     (build-system perl-build-system)
     (native-inputs
      `(("perl-cgi" ,perl-cgi)



reply via email to

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