python310Packages.webssh: 1.5.3 -> 1.6.0

This commit is contained in:
R. Ryantm 2022-05-03 17:31:03 +00:00
parent 7523edc3e9
commit b7d21e8167

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