Merge pull request #171420 from r-ryantm/auto-update/python3.10-webssh

python310Packages.webssh: 1.5.3 -> 1.6.0
This commit is contained in:
Fabian Affolter 2022-05-04 12:31:22 +02:00 committed by GitHub
commit 98c2898afc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "webssh";
version = "1.5.3";
version = "1.6.0";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-Au6PE8jYm8LkEp0B1ymW//ZkrkcV0BauwufQmrHLEU4=";
hash = "sha256-yqjwahh2METXD83geTGt5sUL+vmxbrYxj4KtwTxbD94=";
};
propagatedBuildInputs = [