webssh: 1.6.0 -> 1.6.1

This commit is contained in:
R. Ryantm
2022-11-23 12:16:28 +00:00
parent c3ef258b6f
commit 702b43dfa2
@@ -9,12 +9,12 @@
buildPythonPackage rec {
pname = "webssh";
version = "1.6.0";
version = "1.6.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-yqjwahh2METXD83geTGt5sUL+vmxbrYxj4KtwTxbD94=";
hash = "sha256-g3RRQUWbjHRaZRVekmETcrHYeVIIpeteCCh7o28jBLY=";
};
propagatedBuildInputs = [