unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#69758] [PATCH] gnu: cni-plugins: Update to 1.4.1.
@ 2024-03-12 19:27 Tomas Volf
  2024-03-13 14:18 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Tomas Volf @ 2024-03-12 19:27 UTC (permalink / raw)
  To: 69758; +Cc: Tomas Volf

* gnu/packages/containers.scm (cni-plugins): Update to 1.4.1.

Change-Id: I770504d4f3cf2c74cb14ce8ea37055742529db94
---
 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 aa270a25f3..6d4877460d 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -291,7 +291,7 @@ (define-public passt
 (define-public cni-plugins
   (package
     (name "cni-plugins")
-    (version "1.0.1")
+    (version "1.4.1")
     (source
      (origin
        (method git-fetch)
@@ -299,7 +299,7 @@ (define-public cni-plugins
              (url "https://github.com/containernetworking/plugins")
              (commit (string-append "v" version))))
        (sha256
-        (base32 "1j91in0mg4nblpdccyq63ncbnn2pc2zzjp1fh3jy0bsndllgv0nc"))
+        (base32 "0l6f4z762n8blak41wcxdmdhm92gqw2qcxcqd3s4wiql3d7273kj"))
        (file-name (git-file-name name version))))
     (build-system go-build-system)
     (arguments
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#69758] [PATCH] gnu: cni-plugins: Update to 1.4.1.
  2024-03-12 19:27 [bug#69758] [PATCH] gnu: cni-plugins: Update to 1.4.1 Tomas Volf
@ 2024-03-13 14:18 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-03-13 14:18 UTC (permalink / raw)
  To: Tomas Volf; +Cc: 69758-done, 69758

[-- Attachment #1: Type: text/plain, Size: 343 bytes --]


Tomas Volf <~@wolfsden.cz> writes:

> * gnu/packages/containers.scm (cni-plugins): Update to 1.4.1.
>
> Change-Id: I770504d4f3cf2c74cb14ce8ea37055742529db94
> ---
>  gnu/packages/containers.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! I've pushed this to master as
ca66f636001d46385a1918436929dc8f7a367d71.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-03-13 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-12 19:27 [bug#69758] [PATCH] gnu: cni-plugins: Update to 1.4.1 Tomas Volf
2024-03-13 14:18 ` Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).