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 @@ domains, their live performance and resource utilization statistics.")
(define-public criu (define-public criu
(package (package
(name "criu") (name "criu")
(version "3.16") (version "3.16.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1553,7 +1553,7 @@ domains, their live performance and resource utilization statistics.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1ddgmsry4k1ialbj0rwfcdrcsazdn72py7a084wjwb4g0al1jg9l")))) (base32 "1riw15197fnrs254jl7wks9x8bdml76kf1vnqkkgyypr13dnq55g"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"