Merge pull request #240799 from r-ryantm/auto-update/python310Packages.pytablewriter

python310Packages.pytablewriter: 1.1.0 -> 1.2.0

authored by Martin Weinelt and committed by GitHub b78c85ff cfa9514f

+2 -2
+2 -2
pkgs/development/python-modules/pytablewriter/default.nix
··· 23 23 24 24 buildPythonPackage rec { 25 25 pname = "pytablewriter"; 26 - version = "1.1.0"; 26 + version = "1.2.0"; 27 27 format = "pyproject"; 28 28 29 29 disabled = pythonOlder "3.7"; ··· 32 32 owner = "thombashi"; 33 33 repo = pname; 34 34 rev = "refs/tags/v${version}"; 35 - hash = "sha256-bxqSZUEG3upWoXt1mo8GI9yd8FHAm111mOGSCCMRVYI="; 35 + hash = "sha256-b3YzDqNATaT/FFG4/x9EGlYlhXKPvgNB2xnm0bzvLJQ="; 36 36 }; 37 37 38 38 nativeBuildInputs = [