diff options
| author | Vagrant Cascadian <vagrant@debian.org> | 2024-12-02 13:38:06 -0800 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2024-12-09 10:40:57 -0800 |
| commit | da3c8a963f83c044568d99921480259eaa26a923 (patch) | |
| tree | 07af14e52b2744a5408ad2f0743c862086cc9b9d /gnu/packages/ssh.scm | |
| parent | a5a540d71331fd43fd53e23eb49102c55462c28f (diff) | |
gnu: guile-ssh: Update to 0.18.0.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.18.0.
[source]: Drop patch, fixed upstream.
* gnu/packages/patches/guile-ssh-rename-bool.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Update with removed patch.
Diffstat (limited to 'gnu/packages/ssh.scm')
| -rw-r--r-- | gnu/packages/ssh.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 95ad38a6426..8d7c975d351 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -334,7 +334,7 @@ Additionally, various channel-specific options can be negotiated.") (define-public guile-ssh (package (name "guile-ssh") - (version "0.17.0") + (version "0.18.0") (home-page "https://github.com/artyom-poptsov/guile-ssh") (source (origin (method git-fetch) @@ -342,10 +342,9 @@ Additionally, various channel-specific options can be negotiated.") (url home-page) (commit (string-append "v" version)))) (file-name (git-file-name name version)) - (patches (search-patches "guile-ssh-rename-bool.patch")) (sha256 (base32 - "1lkhpgbzvh6i1sc4nmdc9rx9yzrdyjxxjb8x6nvq2zif8xy9y9vg")))) + "0zh1spkjl5q778y4rd6ml68fvz1r62xmk03khi4kp74z2rxgzcxb")))) (build-system gnu-build-system) (outputs '("out" "debug")) (arguments |
