me
/
guix
Archived
1
0
Fork 0

gnu: criu: Update to 3.16.1.

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

View File

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