[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: go-github-com-godbus-dbus: Update to 5.1.0
From: |
guix-commits |
Subject: |
03/08: gnu: go-github-com-godbus-dbus: Update to 5.1.0 |
Date: |
Thu, 12 Oct 2023 12:55:39 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 26a31e63d343e188c8813e7fb2d359762815792d
Author: Nguyễn Gia Phong <mcsinyx@disroot.org>
AuthorDate: Thu Jun 22 19:54:24 2023 +0900
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>
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3d19b48e9f..f95ecec75d 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -10612,7 +10612,7 @@ RFC-5802 and RFC-7677.")
(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 @@ RFC-5802 and RFC-7677.")
(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
- branch master updated (daf38746df -> 0c1d893b34), guix-commits, 2023/10/12
- 02/08: doc: Fix typo., guix-commits, 2023/10/12
- 05/08: gnu: Add go-github-com-delthas-go-localeinfo., guix-commits, 2023/10/12
- 03/08: gnu: go-github-com-godbus-dbus: Update to 5.1.0,
guix-commits <=
- 04/08: gnu: Add go-github-com-delthas-go-libnp., guix-commits, 2023/10/12
- 01/08: accounts: Fix typo in comment., guix-commits, 2023/10/12
- 07/08: shell: Take grafting into account when caching., guix-commits, 2023/10/12
- 08/08: gnu: cuirass: Update to db6b633., guix-commits, 2023/10/12
- 06/08: gnu: Add senpai., guix-commits, 2023/10/12