diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2021-09-14 09:40:01 +0200 |
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2021-09-14 10:33:16 +0200 |
| commit | f440ccd2fb0bbed7b8555b8c886e7be0aa305b76 (patch) | |
| tree | 2b5556f4c805f02a4d32c854610d0d948cbb11a2 /gnu | |
| parent | d77da6d3876fe2e6c6552095b922ac3d47890ab5 (diff) | |
gnu: python-asyncssh: Update to 2.7.1.
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.7.1.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/ssh.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 0e55c23f351..0a6d97e46c5 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -790,14 +790,14 @@ shell services and remote host selection.") | |||
| 790 | (define-public python-asyncssh | 790 | (define-public python-asyncssh |
| 791 | (package | 791 | (package |
| 792 | (name "python-asyncssh") | 792 | (name "python-asyncssh") |
| 793 | (version "2.5.0") | 793 | (version "2.7.1") |
| 794 | (source | 794 | (source |
| 795 | (origin | 795 | (origin |
| 796 | (method url-fetch) | 796 | (method url-fetch) |
| 797 | (uri (pypi-uri "asyncssh" version)) | 797 | (uri (pypi-uri "asyncssh" version)) |
| 798 | (sha256 | 798 | (sha256 |
| 799 | (base32 | 799 | (base32 |
| 800 | "02xpzir9rmw7b7k07m3f912h6jvy9yzan9yn3ckrmqx2ffpy4r8b")))) | 800 | "0lnhh2h1mj79j66ni883s9f3xldnbjb10vh80g24b7m003mm524c")))) |
| 801 | (build-system python-build-system) | 801 | (build-system python-build-system) |
| 802 | (propagated-inputs | 802 | (propagated-inputs |
| 803 | `(("python-cryptography" ,python-cryptography) | 803 | `(("python-cryptography" ,python-cryptography) |
