guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit b4aea33145fc765ca66f34ec0492c4be8cf10955
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jun 17 23:16:29 2026 +0100
gnu: go-github-com-opencontainers-selinux: Update to 1.15.1.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-selinux):
Update to 1.15.1.
[propagated-inputs]: Add go-github-com-cyphar-filepath-securejoin.
---
gnu/packages/golang-xyz.scm | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index b84ae73d6e..5d7e2d0f94 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23045,7 +23045,7 @@ or above.")
(define-public go-github-com-opencontainers-selinux
(package
(name "go-github-com-opencontainers-selinux")
- (version "1.11.1")
+ (version "1.15.1")
(source
(origin
(method git-fetch)
@@ -23054,13 +23054,15 @@ or above.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19j92lj9037d94lsls97b9d6cr0y8qavi8rampyawlykcp7gknqz"))))
+ (base32 "0m2wf2jvr1sq6j8f42naazr8dhk4gsxsc3k4f60vcssl8bbqy6mn"))))
(build-system go-build-system)
(arguments
(list
#:skip-build? #t
#:import-path "github.com/opencontainers/selinux"))
- (propagated-inputs (list go-golang-org-x-sys))
+ (propagated-inputs
+ (list go-github-com-cyphar-filepath-securejoin
+ go-golang-org-x-sys))
(home-page "https://github.com/opencontainers/selinux")
(synopsis "Common SELinux implementation")
(description