diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 20:00:18 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 20:08:25 +0100 |
| commit | 45e4f8bf6cf4366436ed7404a3f936936f968931 (patch) | |
| tree | 02de26d5e1385718fb636cb09246ae466398e596 /gnu/packages/ssh.scm | |
| parent | f9ec32e906875e75ba05f24a8f35e46ef2818086 (diff) | |
gnu: python-asyncssh: Update to 2.22.0.
* gnu/packages/ssh.scm (python-asyncssh): Update to 2.22.0.
[native-inputs]: Remove python-wheel.
Change-Id: I858e1151aaed53a5601ee97a25f87a469b9ed26c
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index bcd85cb789e..0ea9b084689 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm | |||
| @@ -786,20 +786,21 @@ shell services and remote host selection.") | |||
| 786 | (define-public python-asyncssh | 786 | (define-public python-asyncssh |
| 787 | (package | 787 | (package |
| 788 | (name "python-asyncssh") | 788 | (name "python-asyncssh") |
| 789 | (version "2.18.0") | 789 | (version "2.22.0") |
| 790 | (source | 790 | (source |
| 791 | (origin | 791 | (origin |
| 792 | (method url-fetch) | 792 | (method url-fetch) |
| 793 | (uri (pypi-uri "asyncssh" version)) | 793 | (uri (pypi-uri "asyncssh" version)) |
| 794 | (sha256 | 794 | (sha256 |
| 795 | (base32 "08viv0k32l6f40sbraq4bqzizrkivf09zwy8kmqvjq0zq1hj2chs")))) | 795 | (base32 "0dxmirf6my22gh096dqs81dgzr9788wdsi18wr07pyg43fq75kn3")))) |
| 796 | (build-system pyproject-build-system) | 796 | (build-system pyproject-build-system) |
| 797 | (arguments | 797 | (arguments |
| 798 | (list | 798 | (list |
| 799 | #:test-flags | 799 | #:test-flags |
| 800 | #~(list "-k" (string-join | 800 | #~(list "-k" (string-join |
| 801 | (list | 801 | (list |
| 802 | ;; TODO Test fails for unknown reason | 802 | ;; TODO Test fails with: |
| 803 | ;; "Unable to sign with requested key" | ||
| 803 | "not test_confirm" | 804 | "not test_confirm" |
| 804 | #$@(if (target-aarch64?) | 805 | #$@(if (target-aarch64?) |
| 805 | (list | 806 | (list |
| @@ -826,8 +827,7 @@ shell services and remote host selection.") | |||
| 826 | python-aiofiles | 827 | python-aiofiles |
| 827 | python-fido2 | 828 | python-fido2 |
| 828 | python-pytest | 829 | python-pytest |
| 829 | python-setuptools | 830 | python-setuptools)) |
| 830 | python-wheel)) | ||
| 831 | (propagated-inputs | 831 | (propagated-inputs |
| 832 | (list python-cryptography | 832 | (list python-cryptography |
| 833 | python-pyopenssl | 833 | python-pyopenssl |
