mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 13:40:36 +02:00
gnu: python-sshfs: Update to 2025.11.0.
* gnu/packages/ssh.scm (python-sshfs): Update to 2025.11.0. Change-Id: Iddf7fbe80e0e3da6ec2f806eb232985058d3709b
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user