Unverified Commit 007da007 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.tableauserverclient: 0.37 -> 0.38 (#407717)

parents dbfb73c1 14b707bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,12 +14,12 @@

buildPythonPackage rec {
  pname = "tableauserverclient";
  version = "0.37";
  version = "0.38";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-3jQtEuKABN0P2AmQ7NEKsabbokd73RIjFvbBpa52pfg=";
    hash = "sha256-Td2QW10vsKojhk9eeO90QbArdIuNn+hbNk9LvCYwgyo=";
  };

  pythonRelaxDeps = [