python3Packages.steamship: 2.17.27 -> 2.17.28

This commit is contained in:
Martin Weinelt
2023-09-27 15:34:31 +02:00
parent 96889ae749
commit e53aedf567
@@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "steamship";
version = "2.17.27";
version = "2.17.28";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Wgz0jkMaMUTM7ubb/TsGaQm8UbdPtEvzapl0h4xrqq0=";
hash = "sha256-NdWQiHu5YDIEtL4zJj5Vydjmwq1b5aqVcmqIe7zYv3g=";
};
pythonRelaxDeps = [