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

  • Open
  • quality assurance status badge
Details
One participant
  • Tomas Volf
Owner
unassigned
Submitted by
Tomas Volf
Severity
normal
T
T
Tomas Volf wrote on 22 May 21:04 +0200
(address . guix-patches@gnu.org)(name . Tomas Volf)(address . ~@wolfsden.cz)
277b28cd3e305baadfa4542631a656c8b1c93c82.1716404642.git.~@wolfsden.cz
* gnu/packages/containers.scm (cni-plugins): Update to 1.5.0.

Change-Id: Id6f23d626bae14af910a5dddd71376542fd98809
---
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 917d152609..ad5fff2dc7 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -329,7 +329,7 @@ (define-public passt
(define-public cni-plugins
(package
(name "cni-plugins")
- (version "1.4.1")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -337,7 +337,7 @@ (define-public cni-plugins
(url "https://github.com/containernetworking/plugins")
(commit (string-append "v" version))))
(sha256
- (base32 "0l6f4z762n8blak41wcxdmdhm92gqw2qcxcqd3s4wiql3d7273kj"))
+ (base32 "0nj04mv7lkiz1yv9nr323ag4pjbbaa7haf2npf9g917yc71pb6l0"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments
--
2.41.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 71128@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71128
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