diff options
-rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 92554977a0..779428215f 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 |