guix_mirror_bot pushed a commit to branch master
in repository guix.
commit ada1f1cd7d698c8b2967504c779ef68d8073236a
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 24 09:53:26 2026 +0100
gnu: go-github-com-raulk-go-watchdog: Fix build.
* gnu/packages/golang-xyz.scm (go-github-com-raulk-go-watchdog):
[propagated-inputs]: Replace go-github-com-opencontainers-runtime-spec
with go-github-com-opencontainers-runtime-spec-1.0.2.
---
gnu/packages/golang-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index e00092b967..c7b322675a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -26276,7 +26276,7 @@ your Go binary to be later served from an
http.FileSystem.")
(list go-github-com-benbjohnson-clock
go-github-com-containerd-cgroups
go-github-com-elastic-gosigar
- go-github-com-opencontainers-runtime-spec))
+ go-github-com-opencontainers-runtime-spec-1.0.2))
(home-page "https://github.com/raulk/go-watchdog")
(synopsis "Go memory watchdog")
(description