Merge pull request #179205 from r-ryantm/auto-update/python3.10-types-tabulate

python310Packages.types-tabulate: 0.8.10 -> 0.8.11
main
Fabian Affolter 2 years ago committed by GitHub
commit b81c2abe6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/python-modules/types-tabulate/default.nix

@ -5,11 +5,11 @@
buildPythonPackage rec {
pname = "types-tabulate";
version = "0.8.10";
version = "0.8.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-BmdTn8ZjMKJdqmtOUtSUt4Niip/tVKP/MVB23NFaHs0=";
hash = "sha256-F6X6O1ykU4FXePyYZejs0BGLB7K5+v8+Kwb+RIF03V4=";
};
# Module doesn't have tests

Loading…
Cancel
Save