python3.pkgs.fastparquet: 0.4.0 -> 0.4.1

This commit is contained in:
Frederik Rietdijk 2020-09-10 17:13:49 +02:00
parent bc0dd710e5
commit 336ce7a797

View File

@ -3,13 +3,13 @@ thrift, pytest, python-snappy, lz4, zstd }:
buildPythonPackage rec { buildPythonPackage rec {
pname = "fastparquet"; pname = "fastparquet";
version = "0.4.0"; version = "0.4.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "dask"; owner = "dask";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0y89gmcfylxqm8rs1fbirwjzmhcvlfx8fhvkm3ssbj1ivfd5mdlr"; sha256 = "ViZRGEv227/RgCBYAQN8F3Z0m8WrNUT5KUdyFosjg9s=";
}; };
postPatch = '' postPatch = ''