all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#73939] [PATCH] gnu: cni-plugins: Update to 1.6.0.
@ 2024-10-21 20:55 Tomas Volf
  2024-10-23 16:09 ` bug#73939: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-10-21 20:55 UTC (permalink / raw)
  To: 73939; +Cc: Tomas Volf

* 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
-- 
2.46.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#73939: [PATCH] gnu: cni-plugins: Update to 1.6.0.
  2024-10-21 20:55 [bug#73939] [PATCH] gnu: cni-plugins: Update to 1.6.0 Tomas Volf
@ 2024-10-23 16:09 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-10-23 16:09 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 73939-done

[-- Attachment #1: Type: text/plain, Size: 1132 bytes --]

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.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-10-23 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-21 20:55 [bug#73939] [PATCH] gnu: cni-plugins: Update to 1.6.0 Tomas Volf
2024-10-23 16:09 ` bug#73939: " Zheng Junjie

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.