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.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-13 14:35:07 +01:00
parent da43edbe0f
commit ab998d5e93
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 2 deletions

View File

@ -10,6 +10,7 @@
;;; Copyright © 2017 Leo Famulari <leo@famulari.name> ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Christopher Baines <mail@cbaines.net> ;;; Copyright © 2017 Christopher Baines <mail@cbaines.net>
;;; Copyright © 2017 Petter <petter@mykolab.ch> ;;; Copyright © 2017 Petter <petter@mykolab.ch>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
;;; ;;;
@ -637,7 +638,7 @@ the behavior, just the input and the output.")
(define-public perl-test-mocktime (define-public perl-test-mocktime
(package (package
(name "perl-test-mocktime") (name "perl-test-mocktime")
(version "0.13") (version "0.15")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -645,7 +646,9 @@ the behavior, just the input and the output.")
"Test-MockTime-" version ".tar.gz")) "Test-MockTime-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yrqmjg33akannwz2f99rfm7dvvxpzsdj23lsvlvfi4qslrlqfvw")))) "0j6cxmkj52i5xkwg8dg6klm0dh386fzc5v80n5nbdalpvq0h48c8"))))
(propagated-inputs
`(("perl-time-piece" ,perl-time-piece)))
(build-system perl-build-system) (build-system perl-build-system)
(home-page "http://search.cpan.org/dist/Test-MockTime/") (home-page "http://search.cpan.org/dist/Test-MockTime/")
(synopsis "Replaces actual time with simulated time") (synopsis "Replaces actual time with simulated time")