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

  • Open
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal

Debbugs page

T
T
Tomas Volf wrote 24 hours 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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 73939@patchwise.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