python310Packages.steamship: 2.17.28 -> 2.17.32

This commit is contained in:
R. Ryantm 2023-11-11 21:29:13 +00:00
parent a4e452c906
commit 1a52103661

View File

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "steamship";
version = "2.17.28";
version = "2.17.32";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-NdWQiHu5YDIEtL4zJj5Vydjmwq1b5aqVcmqIe7zYv3g=";
hash = "sha256-dTpz2/XXu8patDnorg/36652j9VLUjE5uF2fVzbDjfI=";
};
pythonRelaxDeps = [