diff options
author | Tomas Volf <~@wolfsden.cz> | 2025-02-05 19:35:53 +0100 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-02-07 09:59:19 +0800 |
commit | 63e7f544b0752827c16bd02ed3565df58678b092 (patch) | |
tree | 1596503e69813e865063c323297fefed1ab8d992 | |
parent | 27c2b2f1a6f48f238030893b6d0ebc9c2bc68b12 (diff) |
gnu: crun: Update to 1.20.
* gnu/packages/containers.scm (crun): Update to 1.20.
Change-Id: I04786eda635ab7ad2d76c67adbf2529f8183b30a
Signed-off-by: Zheng Junjie <z572@z572.online>
-rw-r--r-- | gnu/packages/containers.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 1f4d57cc7b..403152038a 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -69,7 +69,7 @@ (define-public crun (package (name "crun") - (version "1.19.1") + (version "1.20") (source (origin (method url-fetch) @@ -79,7 +79,7 @@ "/crun-" version ".tar.gz")) (sha256 (base32 - "1hf8ggkw9wiznlp7xarjjrmhgpdmqxzaq0a41wd18h360s1z5a9j")))) + "0rd41j7sb5563jflnvc2kvdzp9gyv7ska3s6dgg70w25kmlsqiip")))) (build-system gnu-build-system) (arguments (list |