mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: lxd: Update to 4.24.
* gnu/packages/virtualization.scm (lxd): Update to 4.24. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
b7a091cf7f
commit
9d9f0b9639
1 changed files with 2 additions and 2 deletions
|
@ -1166,7 +1166,7 @@ (define-public lxcfs
|
|||
(define-public lxd
|
||||
(package
|
||||
(name "lxd")
|
||||
(version "4.22")
|
||||
(version "4.24")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1174,7 +1174,7 @@ (define-public lxd
|
|||
"lxd-" version "/lxd-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"119345936fcm1vv06k82k9hvj5yjf9jdrwqm9ccphhl5mswf8xq9"))))
|
||||
"0lmjmvm98m6yjxcqlfw690i71nazfzgrm3mzbjj77g1631df3ylp"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
`(#:import-path "github.com/lxc/lxd"
|
||||
|
|
Loading…
Reference in a new issue