mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: crun: Update to 1.16.
* gnu/packages/containers.scm (crun): Update to 1.16. Change-Id: Ifc51abdad15ed6111db0a34b1146d17ff5de2f8a Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
cbc769dfea
commit
433b666ecf
1 changed files with 2 additions and 2 deletions
|
@ -67,7 +67,7 @@
|
|||
(define-public crun
|
||||
(package
|
||||
(name "crun")
|
||||
(version "1.15")
|
||||
(version "1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -77,7 +77,7 @@
|
|||
"/crun-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zq8vcn2vg9snaqmf8k5gngskiclpm1ln0hhs1vsw8w8igjs2fx0"))))
|
||||
"0m7z9jm6fwjwnp3ch4jm4ygsapqxs6qr4fpd099vhfm5mlczfczq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:configure-flags '("--disable-systemd")
|
||||
|
|
Loading…
Add table
Reference in a new issue