gnu: criu: Update to 3.15.

* gnu/packages/virtualization.scm (criu): Update to 3.15.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-13 01:39:05 +01:00
parent c645d44f01
commit 0a46a1e918
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1286,14 +1286,14 @@ (define-public virt-manager
(define-public criu
(package
(name "criu")
(version "3.14")
(version "3.15")
(source (origin
(method url-fetch)
(uri (string-append "https://download.openvz.org/criu/criu-"
version ".tar.bz2"))
(sha256
(base32
"1jrr3v99g18gc0hriz0avq6ccdvyya0j6wwz888sdsc4icc30gzn"))))
"09d0j24x0cyc7wkgi7cnxqgfjk7kbdlm79zxpj8d356sa3rw2z24"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"