python3Packages.fastparquet: 0.3.2 -> 0.3.3

This commit is contained in:
Jonathan Ringer 2020-02-14 09:00:59 -08:00 committed by Jon
parent af1eb21dbf
commit e24c04f278

View File

@ -3,13 +3,13 @@ thrift, pytest, python-snappy, lz4 }:
buildPythonPackage rec {
pname = "fastparquet";
version = "0.3.2";
version = "0.3.3";
src = fetchFromGitHub {
owner = "dask";
repo = pname;
rev = version;
sha256 = "142kmyddaq6mvmca23abwns1csn8f3lk9c8mbxwxrg4wa1dh0lb4";
sha256 = "1vnxr4r0bia2zi9csjw342l507nic6an4hr5xb3a36ggqlbaa0g5";
};
postPatch = ''