* [bug#69758] [PATCH] gnu: cni-plugins: Update to 1.4.1.
@ 2024-03-12 19:27 Tomas Volf
2024-03-13 14:18 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-03-12 19:27 UTC (permalink / raw)
To: 69758; +Cc: Tomas Volf
* gnu/packages/containers.scm (cni-plugins): Update to 1.4.1.
Change-Id: I770504d4f3cf2c74cb14ce8ea37055742529db94
---
gnu/packages/containers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm
index aa270a25f3..6d4877460d 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -291,7 +291,7 @@ (define-public passt
(define-public cni-plugins
(package
(name "cni-plugins")
- (version "1.0.1")
+ (version "1.4.1")
(source
(origin
(method git-fetch)
@@ -299,7 +299,7 @@ (define-public cni-plugins
(url "https://github.com/containernetworking/plugins")
(commit (string-append "v" version))))
(sha256
- (base32 "1j91in0mg4nblpdccyq63ncbnn2pc2zzjp1fh3jy0bsndllgv0nc"))
+ (base32 "0l6f4z762n8blak41wcxdmdhm92gqw2qcxcqd3s4wiql3d7273kj"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments
--
2.41.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-03-13 14:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-12 19:27 [bug#69758] [PATCH] gnu: cni-plugins: Update to 1.4.1 Tomas Volf
2024-03-13 14:18 ` Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.