diff options
author | Sharlatan Hellseher <[email protected]> | 2024-12-15 13:41:54 +0000 |
---|---|---|
committer | Sharlatan Hellseher <[email protected]> | 2025-01-21 23:42:00 +0000 |
commit | deeef3655e39ab80522958adc19abe3c8bcd602c (patch) | |
tree | ca36e8f6ee556b822025337dc34a1189ad6466a9 | |
parent | d1f86c4b69fbbffcb6d9d867e92bd1beb3f3cf9a (diff) |
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
-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 |