python37Packages.vertica-python: 1.0.0 -> 1.0.1

This commit is contained in:
R. RyanTM 2020-12-07 07:11:08 +00:00
parent b18ce5c1c9
commit cc4a0560d0

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "vertica-python"; pname = "vertica-python";
version = "1.0.0"; version = "1.0.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "f042cf60ddd69eeb17c9f1586bae25da5b7282ca53d9afe0be30b943b4194d52"; sha256 = "94cff37e03f89fc4c5e4b2d4c913c7d5d7450f5a205d14f709b39e0a4202be95";
}; };
propagatedBuildInputs = [ future dateutil six ]; propagatedBuildInputs = [ future dateutil six ];