all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 73939@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#73939] [PATCH] gnu: cni-plugins: Update to 1.6.0.
Date: Mon, 21 Oct 2024 22:55:52 +0200	[thread overview]
Message-ID: <4c697566afef53f81fa8e02cdbfd6cc84a4c15b2.1729544152.git.~@wolfsden.cz> (raw)

* 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





             reply	other threads:[~2024-10-21 20:57 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-21 20:55 Tomas Volf [this message]
2024-10-23 16:09 ` bug#73939: [PATCH] gnu: cni-plugins: Update to 1.6.0 Zheng Junjie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='4c697566afef53f81fa8e02cdbfd6cc84a4c15b2.1729544152.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=73939@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.