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
This commit is contained in:
Sharlatan Hellseher 2025-06-10 13:12:26 +01:00
parent d794b4a13b
commit c134a2e707
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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"))