mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-kardianos-minwinsvc: Update to 1.0.2.
* gnu/packages/golang.scm (go-github-com-kardianos-minwinsvc): Update to 1.0.2. Change-Id: I461d1a8abcb170266de17f69e4c0a3906493e84d
This commit is contained in:
parent
ff9538022d
commit
788c37bca9
1 changed files with 2 additions and 2 deletions
|
@ -3157,7 +3157,7 @@ deleting secrets from the system keyring.")
|
|||
(define-public go-github-com-kardianos-minwinsvc
|
||||
(package
|
||||
(name "go-github-com-kardianos-minwinsvc")
|
||||
(version "1.0.0")
|
||||
(version "1.0.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3167,7 +3167,7 @@ deleting secrets from the system keyring.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0z941cxymkjcsj3p5l3g4wm2da3smz7iyqk2wbs5y8lmxd4kfzd8"))))
|
||||
"02k2vibmm65bzkdjpmllphvq88wwyz3m02lbz8bffcpxjad2453v"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/kardianos/minwinsvc"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue