mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: criu: Update to 3.16.1.
* gnu/packages/virtualization.scm (criu): Update to 3.16.1.
This commit is contained in:
parent
c07266dee5
commit
b16b9f85be
1 changed files with 2 additions and 2 deletions
|
@ -1544,7 +1544,7 @@ (define-public virt-manager
|
|||
(define-public criu
|
||||
(package
|
||||
(name "criu")
|
||||
(version "3.16")
|
||||
(version "3.16.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1553,7 +1553,7 @@ (define-public criu
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ddgmsry4k1ialbj0rwfcdrcsazdn72py7a084wjwb4g0al1jg9l"))))
|
||||
(base32 "1riw15197fnrs254jl7wks9x8bdml76kf1vnqkkgyypr13dnq55g"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue