diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-13 14:35:07 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-14 00:05:15 +0100 |
commit | ab998d5e937e644e425fb0267dc72e126ba73d83 (patch) | |
tree | e9c05f999f8f08d846f4b0a0773898e54a15083b /gnu | |
parent | da43edbe0f54ea1cf0c71bd8e30572d0e8ac336a (diff) | |
download | patches-ab998d5e937e644e425fb0267dc72e126ba73d83.tar patches-ab998d5e937e644e425fb0267dc72e126ba73d83.tar.gz |
gnu: perl-test-mocktime: Update to 0.15.
* gnu/packages/perl-check.scm (perl-test-mocktime): Update to 0.15
[propagated-inputs]: Add perl-time-piece.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/perl-check.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/perl-check.scm b/gnu/packages/perl-check.scm index 4ed633efef..3be319d413 100644 --- a/gnu/packages/perl-check.scm +++ b/gnu/packages/perl-check.scm @@ -10,6 +10,7 @@ ;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017 Petter <petter@mykolab.ch> +;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; ;;; This file is part of GNU Guix. ;;; @@ -637,7 +638,7 @@ the behavior, just the input and the output.") (define-public perl-test-mocktime (package (name "perl-test-mocktime") - (version "0.13") + (version "0.15") (source (origin (method url-fetch) @@ -645,7 +646,9 @@ the behavior, just the input and the output.") "Test-MockTime-" version ".tar.gz")) (sha256 (base32 - "0yrqmjg33akannwz2f99rfm7dvvxpzsdj23lsvlvfi4qslrlqfvw")))) + "0j6cxmkj52i5xkwg8dg6klm0dh386fzc5v80n5nbdalpvq0h48c8")))) + (propagated-inputs + `(("perl-time-piece" ,perl-time-piece))) (build-system perl-build-system) (home-page "http://search.cpan.org/dist/Test-MockTime/") (synopsis "Replaces actual time with simulated time") |