about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-09-12 16:50:58 +0200
committerGitHub <noreply@github.com>2021-09-12 16:50:58 +0200
commit4de60bbe074864fd953387b2453205df19247da9 (patch)
tree330debc3e75f69805a46ac392f1ee8ddcd395f24 /pkgs
parent551b851fa887354df01ebc88fc5a1690f0eb8e23 (diff)
parentd83697e448777cd846cecb639f39c865137e679d (diff)
Merge pull request #136951 from r-ryantm/auto-update/python3.8-asyncssh
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/asyncssh/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/asyncssh/default.nix b/pkgs/development/python-modules/asyncssh/default.nix
index 160a90a0e6d05..5afd91f52f3ee 100644
--- a/pkgs/development/python-modules/asyncssh/default.nix
+++ b/pkgs/development/python-modules/asyncssh/default.nix
@@ -18,12 +18,12 @@
 
 buildPythonPackage rec {
   pname = "asyncssh";
-  version = "2.7.0";
+  version = "2.7.1";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-GFAT2OZ3R8PA8BtyQWuL14QX2h30jHH3baU8YH71QbY=";
+    sha256 = "8c8852eb00a09e45c403086e10965cb6d13e5cd203a1688d91e9c81aa080d052";
   };
 
   propagatedBuildInputs = [