me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-spf13-cobra: Update to 1.5.0.

* gnu/packages/golang.scm (go-github-com-spf13-cobra): Update to 1.5.0.

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
Dhruvin Gandhi 2022-10-09 21:49:14 +05:30 committed by Maxim Cournoyer
parent e827d45db9
commit 0ef69fb724
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -3630,7 +3630,7 @@ middleware for Go web applications and services.")
(define-public go-github-com-spf13-cobra
(package
(name "go-github-com-spf13-cobra")
(version "1.4.0")
(version "1.5.0")
(source
(origin
(method git-fetch)
@ -3640,7 +3640,7 @@ middleware for Go web applications and services.")
(file-name (git-file-name name version))
(sha256
(base32
"0ijhnk9pcks1v1cxri4kf6v1h26ym3jikmkgv4fdfrmm7sqgva13"))))
"0qavvyljh509w5xb46lfkak670szp6v4jswwar1hx13cpid8gk5d"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/spf13/cobra"))