[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/05: gnu: crun: Update to 1.16.1.
From: |
guix-commits |
Subject: |
03/05: gnu: crun: Update to 1.16.1. |
Date: |
Wed, 14 Aug 2024 21:21:28 -0400 (EDT) |
jgart pushed a commit to branch haskell-team-shellcheck
in repository guix.
commit a5eb98a51cd0dfa914371949629bc1ebc09e9658
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Tue Aug 13 22:19:26 2024 +0200
gnu: crun: Update to 1.16.1.
* gnu/packages/containers.scm (crun): Update to 1.16.1.
Change-Id: I97649a026128421e4c805f0bad67520b643d5e37
Signed-off-by: jgart <jgart@dismail.de>
---
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 e68a3118dd..b651e5d4e2 100644
--- a/gnu/packages/containers.scm
+++ b/gnu/packages/containers.scm
@@ -67,7 +67,7 @@
(define-public crun
(package
(name "crun")
- (version "1.16")
+ (version "1.16.1")
(source
(origin
(method url-fetch)
@@ -77,7 +77,7 @@
"/crun-" version ".tar.gz"))
(sha256
(base32
- "0m7z9jm6fwjwnp3ch4jm4ygsapqxs6qr4fpd099vhfm5mlczfczq"))))
+ "17i8vwj9zmr6dvi1w9i359vwr3rzwa9g03q83rz9w32ghzj8sm3h"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--disable-systemd")