Unverified Commit 9c9fa445 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #195137 from r-ryantm/auto-update/python310Packages.types-tabulate

python310Packages.types-tabulate: 0.8.11 -> 0.9.0.0
parents b8d8ff57 23075ec2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,11 +5,11 @@

buildPythonPackage rec {
  pname = "types-tabulate";
  version = "0.8.11";
  version = "0.9.0.0";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-F6X6O1ykU4FXePyYZejs0BGLB7K5+v8+Kwb+RIF03V4=";
    hash = "sha256-SnlHRxTOoVa80hhbub3dj7nT1SJ8jQp/Ib8hyvX2Dmc=";
  };

  # Module doesn't have tests