Skip to content

Commit

Permalink
Merge pull request NixOS#219853 from r-ryantm/auto-update/python310Pa…
Browse files Browse the repository at this point in the history
…ckages.vertica-python

python310Packages.vertica-python: 1.3.0 -> 1.3.1
  • Loading branch information
fabaff authored Mar 7, 2023
2 parents 236bc36 + 8cbb9b0 commit 44ae22d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/vertica-python/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "vertica-python";
version = "1.3.0";
version = "1.3.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-UC8RkZCRodsK4DV0Pnn2jUohM7pNiqGWrbjWlDqn72I=";
hash = "sha256-Ju7talF2Tyz6P51XfVea22eKM/wDUP3ugcAWj2tB4CA=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 44ae22d

Please sign in to comment.