Commit 7c758b9f authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.macfsevents: 0.8.1 -> 0.8.4

parent 915219ac
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "MacFSEvents";
  version = "0.8.1";
  version = "0.8.4";

  src = fetchPypi {
    inherit pname version;
    sha256 = "1324b66b356051de662ba87d84f73ada062acd42b047ed1246e60a449f833e10";
    sha256 = "sha256-v3KD8dUXdkzNyBlbIWMdu6wcUGuSC/mo6ilWsxJ2Ucs=";
  };

  buildInputs = [ CoreFoundation CoreServices ];