gnu: criu: Update to 3.17.1.

* gnu/packages/virtualization.scm (criu): Update to 3.17.1.
This commit is contained in:
Tobias Geerinckx-Rice 2022-10-16 02:00:01 +02:00
parent 115f92af62
commit 9dac05cb9a
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1559,7 +1559,7 @@ (define-public virt-manager
(define-public criu
(package
(name "criu")
(version "3.17")
(version "3.17.1")
(source
(origin
(method git-fetch)
@ -1568,7 +1568,7 @@ (define-public criu
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1qql1xp2zkkd7z50vp0nylx3rqrp8xa3c6x25c886d5i1j9pak5x"))))
(base32 "0ff3xfcf0wfz02fc0qbj56mci1a0xdl8jzaihaw6qyjvgrsiq7fh"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"