mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -05:00
gnu: runc: Update to 1.1.9.
* gnu/packages/virtualization.scm (runc): Update to 1.1.9.
This commit is contained in:
parent
8eea34062e
commit
9937194542
1 changed files with 2 additions and 2 deletions
|
@ -2002,7 +2002,7 @@ (define-public looking-glass-client
|
|||
(define-public runc
|
||||
(package
|
||||
(name "runc")
|
||||
(version "1.1.1")
|
||||
(version "1.1.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2011,7 +2011,7 @@ (define-public runc
|
|||
(file-name (string-append name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0jx56x49dgkygdbrfb3pmxycy1n37arj97jra8n422dj36xz1hbm"))))
|
||||
"1hhxqwg0mblrgv2aim3scfd9xg13l6i22j124sdma5sf2fzgx5bn"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/opencontainers/runc"
|
||||
|
|
Loading…
Reference in a new issue