GNU bug report logs -
#73939
[PATCH] gnu: cni-plugins: Update to 1.6.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Mon, 21 Oct 2024 20:57:02 UTC
Severity: normal
Tags: patch
Done: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
Message #10 received at 73939-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Tomas Volf <~@wolfsden.cz> writes:
> * gnu/packages/containers.scm (cni-plugins): Update to 1.6.0.
>
> Change-Id: Ifc543340802014514bdf0ef69c3c726874cff142
> ---
> 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 891e7339e7..59edbd120c 100644
> --- a/gnu/packages/containers.scm
> +++ b/gnu/packages/containers.scm
> @@ -338,7 +338,7 @@ (define-public passt
> (define-public cni-plugins
> (package
> (name "cni-plugins")
> - (version "1.4.1")
> + (version "1.6.0")
> (source
> (origin
> (method git-fetch)
> @@ -346,7 +346,7 @@ (define-public cni-plugins
> (url "https://github.com/containernetworking/plugins")
> (commit (string-append "v" version))))
> (sha256
> - (base32 "0l6f4z762n8blak41wcxdmdhm92gqw2qcxcqd3s4wiql3d7273kj"))
> + (base32 "03x9ql50gg97cixq3cs5lr5anl283irhvc9q9f8aim3xzmrpqfgf"))
> (file-name (git-file-name name version))))
> (build-system go-build-system)
> (arguments
push, close.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 207 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.