Merge pull request #244388 from natsukium/steamship/update

python310Packages.steamship: 2.17.11 -> 2.17.18
This commit is contained in:
Martin Weinelt 2023-07-28 23:58:04 +02:00 committed by GitHub
commit ed22de3a7a
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.11";
version = "2.17.18";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-Jy7ORAMnrBSeDZob3KcAnqhLBI1az/g6s30BYPA0bTE=";
hash = "sha256-1pWSP+s1jjtuRWWoPD5CcYZzt9JSiGHPNxxkLXP+pkc=";
};
pythonRelaxDeps = [