1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 04:20:44 +02:00

gnu: go-github-com-pkg-sftp: Update to 1.13.7.

* gnu/packages/golang-web.scm (go-github-com-pkg-sftp): Update to 1.13.7.

Change-Id: I78eca4d6b0005450f458c44a738cf0eb0007a0c6
This commit is contained in:
Sharlatan Hellseher 2024-12-15 13:41:54 +00:00
parent d1f86c4b69
commit deeef3655e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5224,7 +5224,7 @@ dependant.")
(define-public go-github-com-pkg-sftp (define-public go-github-com-pkg-sftp
(package (package
(name "go-github-com-pkg-sftp") (name "go-github-com-pkg-sftp")
(version "1.13.6") (version "1.13.7")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5233,7 +5233,7 @@ dependant.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0n35lzfrnrffjqy34ny6gxs27kq81s67ply6q8s1g19mhfzm6my7")))) (base32 "0hhnsl327acwlmvp8wk4x1ml2mi6gdrdwm1dh9666n2cj9d8yj24"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list