GNU bug report logs -
#71128
[PATCH] gnu: cni-plugins: Update to 1.5.0.
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Wed, 22 May 2024 19:05:01 UTC
Severity: normal
Tags: patch
Done: Tomas Volf <~@wolfsden.cz>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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
This bug report was last modified 291 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.