mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: criu: Update to 3.17.1.
* gnu/packages/virtualization.scm (criu): Update to 3.17.1.
This commit is contained in:
parent
115f92af62
commit
9dac05cb9a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue