Merge pull request #266914 from r-ryantm/auto-update/python310Packages.steamship

python310Packages.steamship: 2.17.28 -> 2.17.32
This commit is contained in:
OTABI Tomoya 2023-11-12 12:24:00 +09:00 committed by GitHub
commit 15a25222ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [