sharlatan pushed a commit to branch go-team
in repository guix.
commit 24e9ba39610ce3b038e3b79d16e86534e491351a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 15 13:41:54 2024 +0000
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
---
gnu/packages/golang-web.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 313af5bd7a..e6f0a09b9d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -5224,7 +5224,7 @@ dependant.")
(define-public go-github-com-pkg-sftp
(package
(name "go-github-com-pkg-sftp")
- (version "1.13.6")
+ (version "1.13.7")
(source
(origin
(method git-fetch)
@@ -5233,7 +5233,7 @@ dependant.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0n35lzfrnrffjqy34ny6gxs27kq81s67ply6q8s1g19mhfzm6my7"))))
+ (base32 "0hhnsl327acwlmvp8wk4x1ml2mi6gdrdwm1dh9666n2cj9d8yj24"))))
(build-system go-build-system)
(arguments
(list