[cpan2nix] perlPackages.TestTime: 0.04 -> 0.05

This commit is contained in:
volth 2018-04-07 07:53:28 +00:00
parent 6b280204ba
commit 19c644b7ef

View File

@ -14548,12 +14548,11 @@ let self = _self // overrides; _self = with self; {
}; };
TestTime = buildPerlPackage rec { TestTime = buildPerlPackage rec {
name = "Test-Time-0.04"; name = "Test-Time-0.05";
src = fetchurl { src = fetchurl {
url = "mirror://cpan/authors/id/S/SA/SATOH/${name}.tar.gz"; url = "mirror://cpan/authors/id/S/SA/SATOH/${name}.tar.gz";
sha256 = "d8c1bc57f9767ae8122fc4ab873bd991cb9ea8e9422c66399acb66770fa5c2ea"; sha256 = "abef8885a811440114bfe067edc32f08500fbfd624902f8c3a81fc224ac4b410";
}; };
buildInputs = [ FileSlurp ];
meta = { meta = {
description = "Overrides the time() and sleep() core functions for testing"; description = "Overrides the time() and sleep() core functions for testing";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ]; license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];