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.3.
* gnu/packages/golang-xyz.scm (go-github-com-kevinburke-ssh-config): Update to 1.3. Change-Id: I43b1c87abbb04a4281afa286adfaede09c6e74b0
This commit is contained in:
parent
d794b4a13b
commit
c134a2e707
1 changed files with 2 additions and 2 deletions
|
|
@ -11414,7 +11414,7 @@ word-splitting rules.")
|
||||||
(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.2.0")
|
(version "1.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
|
@ -11423,7 +11423,7 @@ word-splitting rules.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0jvv3i0g8ll210xlbxy8ywj09gab0im676rmnywh3wlpdhxdkbjd"))))
|
(base32 "1m8nagaylwrgy9yfqr5x6p1zdsnrfy4km7pgv58iqdmmd5l6v73a"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/kevinburke/ssh_config"))
|
#:import-path "github.com/kevinburke/ssh_config"))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue