1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-09 17:46:29 +09:00

Merge pull request #275248 from LeSuisse/asyncssh-2.14.2

asyncssh: 2.14.1 -> 2.14.2
This commit is contained in:
Robert Scott 2023-12-19 21:23:58 +00:00 committed by GitHub
commit 04599b4687
Signed by: github
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,14 +20,14 @@
buildPythonPackage rec {
pname = "asyncssh";
version = "2.14.1";
version = "2.14.2";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-GsMcMzoNg8iIMVIyRVAMqoFFA0I3QbDkZTOe9tpbXik=";
hash = "sha256-6Va/iYjQega6MwX2YE4mH0ygFMSiMvCHPxx2kvvjz8I=";
};
propagatedBuildInputs = [