guix-commits
[Top][All Lists]
Advanced

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

07/21: gnu: perl-test-mocktime: Update to 0.17.


From: guix-commits
Subject: 07/21: gnu: perl-test-mocktime: Update to 0.17.
Date: Fri, 15 Mar 2019 15:30:59 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 17ed9595a5dfec9c5799f50d4fd74d93242c518d
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 15 12:16:05 2019 +0100

    gnu: perl-test-mocktime: Update to 0.17.
    
    * gnu/packages/perl-check.scm (perl-test-mocktime): Update to 0.17.
---
 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 fe1129a..d3d2ae3 100644
--- a/gnu/packages/perl-check.scm
+++ b/gnu/packages/perl-check.scm
@@ -764,15 +764,14 @@ the behavior, just the input and the output.")
 (define-public perl-test-mocktime
   (package
     (name "perl-test-mocktime")
-    (version "0.15")
+    (version "0.17")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://cpan/authors/id/D/DD/DDICK/"
                            "Test-MockTime-" version ".tar.gz"))
        (sha256
-        (base32
-         "0j6cxmkj52i5xkwg8dg6klm0dh386fzc5v80n5nbdalpvq0h48c8"))))
+        (base32 "1y820qsq7yf7r6smy5c6f0mpf2cis2q24vwmpim1svv0n8cf2qrk"))))
     (propagated-inputs
      `(("perl-time-piece" ,perl-time-piece)))
     (build-system perl-build-system)



reply via email to

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