[cpan2nix] perlPackages.FileChangeNotify: 0.28 -> 0.29

This commit is contained in:
volth 2018-10-20 16:44:37 +00:00
parent a09be0f2f2
commit c79446b3a0

View file

@ -5606,13 +5606,13 @@ let
};
FileChangeNotify = buildPerlPackage {
name = "File-ChangeNotify-0.28";
name = "File-ChangeNotify-0.29";
src = fetchurl {
url = mirror://cpan/authors/id/D/DR/DROLSKY/File-ChangeNotify-0.28.tar.gz;
sha256 = "e00fe809d481131a08dca26e851cf0ffce8d9e9d03d58c58f15aa62e28aa2f05";
url = mirror://cpan/authors/id/D/DR/DROLSKY/File-ChangeNotify-0.29.tar.gz;
sha256 = "438d4295ef5f854ace61037a11726ef65dc0bf73e296bd12fc7e2108602a444b";
};
buildInputs = [ TestException TestRequires TestWithoutModule ];
propagatedBuildInputs = [ ClassLoad ModulePluggable Moo TypeTiny namespaceautoclean ];
propagatedBuildInputs = [ ModulePluggable Moo TypeTiny namespaceautoclean ];
meta = with stdenv.lib; {
description = "Watch for changes to files, cross-platform style";
license = licenses.artistic2;