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.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71128 in the body.
You can then email your comments to 71128 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71128
; Package
guix-patches
.
(Wed, 22 May 2024 19:05:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Tomas Volf <~@wolfsden.cz>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Wed, 22 May 2024 19:05:02 GMT)
Full text and
rfc822 format available.
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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71128
; Package
guix-patches
.
(Sun, 06 Oct 2024 16:02:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71128 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/containers.scm (cni-plugins): Update to 1.5.1.
Change-Id: I9e095f4074f7fb9cf759485a76f391ed78a2522d
---
Update to 1.5.1 instead.
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 2a7d170aac..e80cdbcca6 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.5.1")
(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 "1xb7bfhvw2bfh0xb8b379spnj7s0mblq2ybarwkjb79h7knazssm"))
(file-name (git-file-name name version))))
(build-system go-build-system)
(arguments
--
2.46.0
bug closed, send any further explanations to
71128 <at> debbugs.gnu.org and Tomas Volf <~@wolfsden.cz>
Request was from
Tomas Volf <~@wolfsden.cz>
to
control <at> debbugs.gnu.org
.
(Mon, 21 Oct 2024 20:40:01 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 19 Nov 2024 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 114 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.