python3.pkgs.fastparquet: 0.4.0 -> 0.4.1
This commit is contained in:
parent
bc0dd710e5
commit
336ce7a797
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ thrift, pytest, python-snappy, lz4, zstd }:
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "fastparquet";
|
||||
version = "0.4.0";
|
||||
version = "0.4.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "dask";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0y89gmcfylxqm8rs1fbirwjzmhcvlfx8fhvkm3ssbj1ivfd5mdlr";
|
||||
sha256 = "ViZRGEv227/RgCBYAQN8F3Z0m8WrNUT5KUdyFosjg9s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue