guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 270bf9f03bc93593262e296f127217ee85f0c9c4
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 ffd6e65aa8..b8c47db3e1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10334,7 +10334,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)
@@ -10343,7 +10343,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"))