gnu: criu: Update to 3.16.1.

* gnu/packages/virtualization.scm (criu): Update to 3.16.1.
This commit is contained in:
Tobias Geerinckx-Rice 2021-10-21 14:37:08 +02:00
parent c07266dee5
commit b16b9f85be
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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"