gnu: perl-test-mocktime: Update to 0.17.

* gnu/packages/perl-check.scm (perl-test-mocktime): Update to 0.17.
This commit is contained in:
Tobias Geerinckx-Rice 2019-03-15 12:16:05 +01:00
parent 5c360e48db
commit 17ed9595a5
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 3 deletions

View File

@ -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)