From 33eab7b4b5c76c31a440177d14aea809e2cf0870 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Tue, 23 Jun 2026 13:41:22 +0100 Subject: gnu: go-sigs-k8s-io-knftables: Update to 0.0.21. * gnu/packages/golang-web.scm (go-sigs-k8s-io-knftables): Update to 0.0.21. [source]: Delete "vendor" directory. --- gnu/packages/golang-web.scm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 8121319ae28..1a6f67b0a91 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -24994,7 +24994,7 @@ protocol.") (define-public go-sigs-k8s-io-knftables (package (name "go-sigs-k8s-io-knftables") - (version "0.0.19") + (version "0.0.21") (source (origin (method git-fetch) @@ -25003,7 +25003,9 @@ protocol.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1dx0flrdhxbvk8wxgk90px91gx731qjq4j2di3nyfnn2sp3yfz1d")))) + (base32 "028x7cr5wajm455676wkc1cwrr4jmyfpy66hamnirld2xqkqcizs")) + (modules '((guix build utils))) + (snippet #~(begin (delete-file-recursively "vendor"))))) (build-system go-build-system) (arguments (list -- cgit v1.2.3