diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 19:53:16 +0100 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-01-02 19:53:16 +0100 |
| commit | 4a0fa0bb4cb773c8ef900885fc23cbc3e4bbab6a (patch) | |
| tree | e970335e45b63e1d8d4ed4d89cc31f7f44b106a9 /gnu/packages | |
| parent | 00885d3bcf8eb84e1aba7e955499d28c4bc6c576 (diff) | |
gnu: python-sshfs: Update to 2025.11.0.
* gnu/packages/ssh.scm (python-sshfs): Update to 2025.11.0.
Change-Id: Iddf7fbe80e0e3da6ec2f806eb232985058d3709b
Diffstat (limited to 'gnu/packages')
| -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 c2ac02a8d2e..2428285fe81 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -874,7 +874,7 @@ need OpenSSH binaries to be installed.") (define-public python-sshfs (package (name "python-sshfs") - (version "2025.10.0") + (version "2025.11.0") (source (origin (method git-fetch) @@ -883,7 +883,7 @@ need OpenSSH binaries to be installed.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1cdq4wpx68k9bcrns2p2jr3f3rg8hck8588rnw6yn5rsfdlvyvr0")))) + (base32 "1igcjjsaa2x4zbdwzrybv077kghjair3ighs9jdmgsa7wj66pcaf")))) (build-system pyproject-build-system) (arguments (list |
