[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/11: gnu: crun: Update to 1.15.
From: |
guix-commits |
Subject: |
01/11: gnu: crun: Update to 1.15. |
Date: |
Tue, 21 May 2024 17:58:45 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 5c5e2a749140e54aefcd20b08839fdbf9db0acba
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Fri May 10 00:23:04 2024 +0200
gnu: crun: Update to 1.15.
* gnu/packages/containers.scm (crun): Update to 1.15.
Change-Id: I769c15663bf668a967cf32243dd8139b6c949953
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
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 9b28ab05de..776fd3a7ac 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -58,7 +58,7 @@
(define-public crun
(package
(name "crun")
- (version "1.14.1")
+ (version "1.15")
(source
(origin
(method url-fetch)
@@ -68,7 +68,7 @@
"/crun-" version ".tar.gz"))
(sha256
(base32
- "02lplc2asyllb58mvy7l8b9gsk7fxs95g928xk28yzmf592ay33x"))))
+ "0zq8vcn2vg9snaqmf8k5gngskiclpm1ln0hhs1vsw8w8igjs2fx0"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")
- 04/11: gnu: conmon: Update to 2.1.11., (continued)
- 04/11: gnu: conmon: Update to 2.1.11., guix-commits, 2024/05/21
- 08/11: gnu: gvisor-tap-vsock: Remove references to go., guix-commits, 2024/05/21
- 05/11: gnu: passt: Update to 2024_03_20.71dd405., guix-commits, 2024/05/21
- 06/11: gnu: Add catatonit., guix-commits, 2024/05/21
- 11/11: gnu: buildah: Switch to gnu-build-system., guix-commits, 2024/05/21
- 07/11: gnu: Add podman-compose., guix-commits, 2024/05/21
- 10/11: gnu: podman: Revamp the package., guix-commits, 2024/05/21
- 02/11: gnu: podman: Drop obsolete comment., guix-commits, 2024/05/21
- 03/11: gnu: podman: Update to 5.0.2., guix-commits, 2024/05/21
- 09/11: gnu: buildah: Update to 1.35.3., guix-commits, 2024/05/21
- 01/11: gnu: crun: Update to 1.15.,
guix-commits <=