gnu: go-github-com-kevinburke-ssh-config: Update to 1.2.0.

* gnu/packages/golang.scm (go-github-com-kevinburke-ssh-config): Update to 1.2.0.

Change-Id: I9222e1bef74aeae3b158d6d15a1d7f47f9ea0491
This commit is contained in:
Sharlatan Hellseher 2025-01-06 19:10:30 +00:00
parent 01029576ad
commit a2f55801b6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3758,16 +3758,16 @@ that might only rarely be reached.")
(define-public go-github-com-kevinburke-ssh-config
(package
(name "go-github-com-kevinburke-ssh-config")
(version "1.0")
(version "1.2.0")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/kevinburke/ssh_config")
(commit version)))
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"05jvz5r58a057zxvic9dyr9v2wilha8l6366npwkqgxmnmk9sh5f"))))
"0jvv3i0g8ll210xlbxy8ywj09gab0im676rmnywh3wlpdhxdkbjd"))))
(arguments
`(#:import-path "github.com/kevinburke/ssh_config"))
(build-system go-build-system)