mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: go-github-com-godbus-dbus: Update to 5.1.0
gnu/packages/golang.scm (go-github-com-godbus-dbus): Update to 5.1.0. Signed-off-by: Nguyễn Gia Phong <mcsinyx@disroot.org> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
6a82ff6329
commit
26a31e63d3
1 changed files with 2 additions and 2 deletions
|
@ -10612,7 +10612,7 @@ (define-public go-github-com-xdg-go-scram
|
|||
(define-public go-github-com-godbus-dbus
|
||||
(package
|
||||
(name "go-github-com-godbus-dbus")
|
||||
(version "5.0.3")
|
||||
(version "5.1.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -10621,7 +10621,7 @@ (define-public go-github-com-godbus-dbus
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bkc904073k807yxg6mvqaxrr6ammmhginr9p54jfb55mz3hfw3s"))))
|
||||
"1kayd4x7idrhi06ahh5kqkgwzgh9icvv71mjar2d0jl486dfs8r5"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no /var/run/dbus/system_bus_socket
|
||||
|
|
Loading…
Reference in a new issue