[PATCH] gnu: cni-plugins: Update to 1.6.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • Zheng Junjie
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

Tomas Volf wrote 5 months ago
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
4c697566afef53f81fa8e02cdbfd6cc84a4c15b2.1729544152.git.~@wolfsden.cz
* 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(-)

Toggle diff (24 lines)
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
--
2.46.0
Zheng Junjie wrote 5 months ago
(name . Tomas Volf)(address . ~@wolfsden.cz)(address . 73939-done@debbugs.gnu.org)
87cyjqkdi6.fsf@iscas.ac.cn
Tomas Volf <~@wolfsden.cz> writes:

Toggle quote (30 lines)
> * 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.
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmcZH6EACgkQO1qpk+Gi
3/DYsw//SyIb3A1sWYqCnA4o0uFdO3jLn+8M0DnZ13JAoxMo8w40LsPxPZZ0Ce1i
fy+7Ogn6WGIfq4r7ut8lcwSHvKGalpUBsYiEAxJkQk58/JE+MxPR0hrqYV+voRmG
KuRV2kXCFIvjyr0Plm1s9vcFMEznHSm4CpaGSzr5NC7g94NT9arQrU+ky0yfaE3L
r3zU+21N/gnhI6pVsjT55DpyQPq3V9Jq2b+uF5woTBwef0DJspFJ59mOXRqx3iQr
E0SVxVm1WjJQ7QeEzkNbD+nVG47xwCXluo3NJ4Y8dZDqzh5kpryuaUGaXsCzF7aB
PGoviIxnB71rPPozW120jli3jyN8/ODQUJ5fHVkKevnEYiECAMP52o9WTeQIDmT7
UalDZgramt39Itx6HvWhhMye0NpZbHTe/K/92nI4nzo8KVNFZ7te3apLB0cEF60L
nEeaJvDbuS1oYGMJEFeMY3wABOX4bdaiY5Vzj5DfbGoYt8GskcjQDxHya1gfkNoH
XFTdh0m4g2bp8XwdG57AVrMu/zxIygOMEyeEQ8d+VgZKgwDHfrfqAW/KAEJLXBDW
ia9T+s8RR4CkLr/u1sEK3PQDkEFYQOIAQW/bTcGysm98GnLrRP6hlWNPUuweycp/
Je2eaMLycHfnEmEn6PrniBlrQMhUzv4H+ojJrsVzeUhfBI/BR4M=
=dqO3
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 73939@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 73939
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help