[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: criu: Update to 3.16.1.
From: |
guix-commits |
Subject: |
03/06: gnu: criu: Update to 3.16.1. |
Date: |
Thu, 21 Oct 2021 13:51:30 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit b16b9f85bef0c2966837912c59f81670cf8e26ef
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Oct 21 14:37:08 2021 +0200
gnu: criu: Update to 3.16.1.
* gnu/packages/virtualization.scm (criu): Update to 3.16.1.
---
gnu/packages/virtualization.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/virtualization.scm b/gnu/packages/virtualization.scm
index e9217dc..3ed25cc 100644
--- a/gnu/packages/virtualization.scm
+++ b/gnu/packages/virtualization.scm
@@ -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"
- branch master updated (a8bac12 -> 44d0acf), guix-commits, 2021/10/21
- 01/06: gnu: criu: Build from Git sources., guix-commits, 2021/10/21
- 05/06: gnu: fntsample: Update Blocks.txt and use stable URL., guix-commits, 2021/10/21
- 02/06: gnu: criu: Delete custom 'configure phase., guix-commits, 2021/10/21
- 06/06: gnu: fntsample: Update to 5.4., guix-commits, 2021/10/21
- 03/06: gnu: criu: Update to 3.16.1.,
guix-commits <=
- 04/06: gnu: criu: Fix PYTHONPATH & switch to Python 3 to build criu-ns., guix-commits, 2021/10/21