me
/
guix
Archived
1
0
Fork 0

gnu: criu: Update to 3.17.1.

* gnu/packages/virtualization.scm (criu): Update to 3.17.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -1559,7 +1559,7 @@ domains, their live performance and resource utilization statistics.")
(define-public criu
(package
(name "criu")
(version "3.17")
(version "3.17.1")
(source
(origin
(method git-fetch)
@ -1568,7 +1568,7 @@ domains, their live performance and resource utilization statistics.")
(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"