GNU bug report logs

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

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#73939; Package guix-patches. (Mon, 21 Oct 2024 20:57:02 GMT) (full text, mbox, link).


Acknowledgement sent to Tomas Volf <~@wolfsden.cz>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Mon, 21 Oct 2024 20:57:02 GMT) (full text, mbox, link).


Message #5 received at submit@debbugs.gnu.org (full text, mbox, reply):

From: Tomas Volf <~@wolfsden.cz>
To: guix-patches@gnu.org
Cc: Tomas Volf <~@wolfsden.cz>
Subject: [PATCH] gnu: cni-plugins: Update to 1.6.0.
Date: Mon, 21 Oct 2024 22:55:52 +0200
* 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





Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Tue Oct 22 23:29:49 2024; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.