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