guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 48983607bea4bb124615c46917cf93cfd747ac95
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Jun 10 13:12:26 2025 +0100
gnu: go-github-com-kevinburke-ssh-config: Update to 1.3.
* gnu/packages/golang-xyz.scm (go-github-com-kevinburke-ssh-config): Update
to 1.3.
Change-Id: I43b1c87abbb04a4281afa286adfaede09c6e74b0
---
gnu/packages/golang-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 30df146375..df2bb8e1f9 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -11414,7 +11414,7 @@ word-splitting rules.")
(define-public go-github-com-kevinburke-ssh-config
(package
(name "go-github-com-kevinburke-ssh-config")
- (version "1.2.0")
+ (version "1.3")
(source
(origin
(method git-fetch)
@@ -11423,7 +11423,7 @@ word-splitting rules.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0jvv3i0g8ll210xlbxy8ywj09gab0im676rmnywh3wlpdhxdkbjd"))))
+ (base32 "1m8nagaylwrgy9yfqr5x6p1zdsnrfy4km7pgv58iqdmmd5l6v73a"))))
(arguments
(list
#:import-path "github.com/kevinburke/ssh_config"))