diff options
author | Ludovic Courtès <ludo@gnu.org> | 2022-06-08 14:46:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2022-06-08 14:46:24 +0200 |
commit | 8c3e9da13a3c92a7db308db8c0d81cb474ad7799 (patch) | |
tree | 88d06952aa5cc3a9c4991d9c43eb7950ff174fe1 /gnu/packages/containers.scm | |
parent | 5439c04ebdb7b6405f5ea2446b375f1d155a8d95 (diff) | |
parent | 0c5299200ffcd16370f047b7ccb187c60f30da34 (diff) |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/containers.scm')
-rw-r--r-- | gnu/packages/containers.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index c978be75ff..a156f4191c 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm @@ -47,10 +47,10 @@ #:use-module (gnu packages web)) (define-public crun - (let ((commit "8e5757a4e68590326dafe8a8b1b4a584b10a1370")) + (let ((commit "c381048530aa750495cf502ddb7181f2ded5b400")) (package (name "crun") - (version "1.3") + (version "1.4.5") (source (origin (method git-fetch) @@ -59,7 +59,7 @@ (commit commit) (recursive? #t))) (sha256 - (base32 "01yiss2d57kwlxb7zlqzjwlg9fyaf19yjngd1mw9n4hxls3dfj3k")) + (base32 "0x2xmr5sv9ivvcv5fl5jjk4kq9b3n97s5hsqiqfwl4rz8qcz4xk1")) (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments |