all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 74823@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [bug#74823] [PATCH] gnu: cni-plugins: Update to 1.6.1.
Date: Thu, 12 Dec 2024 12:55:03 +0100	[thread overview]
Message-ID: <dd1107c1e95ef1b41d205e94414eb58243a964ae.1734004503.git.~@wolfsden.cz> (raw)

* gnu/packages/containers.scm (cni-plugins): Update to 1.6.1.

Change-Id: I7c956732b118ab9654fbc3dce409498ea5ce08bb
---
 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 c638736cda..11467a7326 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -339,7 +339,7 @@ (define-public passt
 (define-public cni-plugins
   (package
     (name "cni-plugins")
-    (version "1.6.0")
+    (version "1.6.1")
     (source
      (origin
        (method git-fetch)
@@ -347,7 +347,7 @@ (define-public cni-plugins
              (url "https://github.com/containernetworking/plugins")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "03x9ql50gg97cixq3cs5lr5anl283irhvc9q9f8aim3xzmrpqfgf"))
+        (base32 "164savm1iic5ax2xi4zgy9lm7wk8kjy22n4is463lj9rkbp4s6xn"))
        (file-name (git-file-name name version))))
     (build-system go-build-system)
     (arguments
-- 
2.46.0





                 reply	other threads:[~2024-12-12 12:21 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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='dd1107c1e95ef1b41d205e94414eb58243a964ae.1734004503.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=74823@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.