Commit 9532fd7e authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent b566aac2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,19 +20,19 @@

buildPythonPackage rec {
  pname = "fastexcel";
  version = "0.16.0";
  version = "0.17.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "ToucanToco";
    repo = "fastexcel";
    tag = "v${version}";
    hash = "sha256-6pEE3l3qJ3Nir4oDFXdsGiX/2d1w3bqH0nrIOjBt9PM=";
    hash = "sha256-FCI1pMCYN1f5hEg7PxF72uPPIJ5WiQPISF+YFj7+K60=";
  };

  cargoDeps = rustPlatform.fetchCargoVendor {
    inherit pname version src;
    hash = "sha256-ULRK7GjMEs0mN/H491XANDT7eipOdPfJyGFtPBM3SC8=";
    hash = "sha256-9Xr4woj7TU03AZaebpdlo1U2s0q/ls2fPmSKccpoZq0=";
  };

  nativeBuildInputs = [