mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
00885d3bcf
commit
4a0fa0bb4c
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue