parquet-tools: 0.2.12 -> 0.2.14
This commit is contained in:
parent
5a233eee54
commit
b9658445dd
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ with python3Packages;
|
|||
|
||||
buildPythonApplication rec {
|
||||
pname = "parquet-tools";
|
||||
version = "0.2.12";
|
||||
version = "0.2.14";
|
||||
|
||||
format = "pyproject";
|
||||
|
||||
|
@ -15,7 +15,7 @@ buildPythonApplication rec {
|
|||
owner = "ktrueda";
|
||||
repo = "parquet-tools";
|
||||
rev = "refs/tags/${version}";
|
||||
hash = "sha256-5bK+kW550DgBhcH5INozwGKKjM+xXblmFg2Tu2rnos4=";
|
||||
hash = "sha256-2jIwDsxB+g37zV9hLc2VNC5YuZXTpTmr2aQ72AeHYJo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue