mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: crun: Update to 1.24.
* gnu/packages/containers.scm (crun): Update to 1.24. Change-Id: Iba1d53f44153ceb5d12f5376fd0add901003916e Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
28ada12608
commit
7b240f554d
1 changed files with 2 additions and 2 deletions
|
|
@ -75,7 +75,7 @@
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.23.1")
|
||||
(version "1.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1y23fz82d7zaa2svyzjhfhahl6l0a3yrasfbcfacplhkwk7bflnp"))))
|
||||
"0lnfvwxq14pyqyxx56bdr7k4h3l99imc9vynxram7fh0chxf7dlh"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue