guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 96738e0c7ac166eab376a4424c8168429814561c
Author: Sharlatan Hellseher <sharlata...@gmail.com>
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 4e8908172f..99a57f55c7 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -10327,7 +10327,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)
@@ -10336,7 +10336,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"))

Reply via email to