about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2022-05-04 12:31:22 +0200
committerGitHub <noreply@github.com>2022-05-04 12:31:22 +0200
commit98c2898afcdc09cbd722499b41e774bb3c44323e (patch)
treeb90c073ec68cd3665f2629f1d23d66c3766040d5 /pkgs/development
parentdc93a4a066c6e5f2bfbd9321ee15939ac6638c3c (diff)
parentb7d21e8167119fd8bd920143f36a4dbe920d6448 (diff)
Merge pull request #171420 from r-ryantm/auto-update/python3.10-webssh
python310Packages.webssh: 1.5.3 -> 1.6.0
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/python-modules/webssh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/webssh/default.nix b/pkgs/development/python-modules/webssh/default.nix
index ff26a9f1711e5..db21f16f424b7 100644
--- a/pkgs/development/python-modules/webssh/default.nix
+++ b/pkgs/development/python-modules/webssh/default.nix
@@ -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 = [