This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4a0fa0bb4c gnu: python-sshfs: Update to 2025.11.0.
4a0fa0bb4c is described below

commit 4a0fa0bb4cb773c8ef900885fc23cbc3e4bbab6a
Author: Cayetano Santos <[email protected]>
AuthorDate: Fri Jan 2 19:53:16 2026 +0100

    gnu: python-sshfs: Update to 2025.11.0.
    
    * gnu/packages/ssh.scm (python-sshfs): Update to 2025.11.0.
    
    Change-Id: Iddf7fbe80e0e3da6ec2f806eb232985058d3709b
---
 gnu/packages/ssh.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index c2ac02a8d2..2428285fe8 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

Reply via email to