python310Packages.steamship: 2.17.11 -> 2.17.18

Changelog: https://github.com/steamship-core/python-client/releases/tag/2.17.18
This commit is contained in:
natsukium 2023-07-20 02:19:37 +09:00
parent 664361e485
commit 922d989f1f
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -16,12 +16,12 @@
buildPythonPackage rec {
pname = "steamship";
version = "2.17.11";
version = "2.17.18";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jy7ORAMnrBSeDZob3KcAnqhLBI1az/g6s30BYPA0bTE=";
hash = "sha256-1pWSP+s1jjtuRWWoPD5CcYZzt9JSiGHPNxxkLXP+pkc=";
};
pythonRelaxDeps = [