guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 37f80da33158e985a5968ef325ef2118d9ae155b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 24 10:45:48 2026 +0100
gnu: go-github-com-opencontainers-selinux: Update to 1.12.0.
* gnu/packages/golang-xyz.scm (go-github-com-opencontainers-selinux):
Update to 1.12.0.
---
gnu/packages/golang-xyz.scm | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 53f7509c1e..b21967c495 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -24607,22 +24607,23 @@ or above.")
(define-public go-github-com-opencontainers-selinux
(package
(name "go-github-com-opencontainers-selinux")
- (version "1.11.1")
+ (version "1.12.0")
(source
(origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/opencontainers/selinux")
- (commit (string-append "v" version))))
+ (url "https://github.com/opencontainers/selinux")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19j92lj9037d94lsls97b9d6cr0y8qavi8rampyawlykcp7gknqz"))))
+ (base32 "0yrgv8xjrakz3rfshr08xaq4klrgbhgjq6716ns0slwnpvqq7y9p"))))
(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-golang-org-x-sys))
(home-page "https://github.com/opencontainers/selinux")
(synopsis "Common SELinux implementation")
(description