python3Packages.tabcmd: 2.0.17 -> 2.0.18
https://github.com/tableau/tabcmd/releases/tag/v2.0.18 This commit was automatically generated using update-python-libraries.
This commit is contained in:
parent
d12350768d
commit
b6863fdba4
@ -25,14 +25,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tabcmd";
|
||||
version = "2.0.17";
|
||||
version = "2.0.18";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-7qVh8FSor6ZcHGMB/h25RQjMIOwCUgKfr+QDuGa7mas=";
|
||||
hash = "sha256-erGngJ3CW+c3PuVq4BTrPGSZ2L/M0EykSoZocku0lOE=";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user