mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
01029576ad
commit
a2f55801b6
1 changed files with 3 additions and 3 deletions
|
@ -3758,16 +3758,16 @@ that might only rarely be reached.")
|
||||||
(define-public go-github-com-kevinburke-ssh-config
|
(define-public go-github-com-kevinburke-ssh-config
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-kevinburke-ssh-config")
|
(name "go-github-com-kevinburke-ssh-config")
|
||||||
(version "1.0")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/kevinburke/ssh_config")
|
(url "https://github.com/kevinburke/ssh_config")
|
||||||
(commit version)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05jvz5r58a057zxvic9dyr9v2wilha8l6366npwkqgxmnmk9sh5f"))))
|
"0jvv3i0g8ll210xlbxy8ywj09gab0im676rmnywh3wlpdhxdkbjd"))))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/kevinburke/ssh_config"))
|
`(#:import-path "github.com/kevinburke/ssh_config"))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue