me
/
guix
Archived
1
0
Fork 0

gnu: cni-plugins: Update to 1.4.1.

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

Change-Id: I770504d4f3cf2c74cb14ce8ea37055742529db94
Signed-off-by: Christopher Baines <mail@cbaines.net>
master
Tomas Volf 2024-03-12 20:27:19 +01:00 committed by Christopher Baines
parent a68288c7d0
commit ca66f63600
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -291,7 +291,7 @@ Layer-4 sockets.")
(define-public cni-plugins (define-public cni-plugins
(package (package
(name "cni-plugins") (name "cni-plugins")
(version "1.0.1") (version "1.4.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -299,7 +299,7 @@ Layer-4 sockets.")
(url "https://github.com/containernetworking/plugins") (url "https://github.com/containernetworking/plugins")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "1j91in0mg4nblpdccyq63ncbnn2pc2zzjp1fh3jy0bsndllgv0nc")) (base32 "0l6f4z762n8blak41wcxdmdhm92gqw2qcxcqd3s4wiql3d7273kj"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments