From b1046b937fd4b15ff7a78cc725c300694271e5ed Mon Sep 17 00:00:00 2001 From: "Andre A. Gomes" Date: Tue, 9 May 2023 21:32:25 +0300 Subject: [PATCH] gnu: proot: Update to 5.3.1. * gnu/packages/linux.scm (proot): Update to 5.3.1. --- gnu/packages/linux.scm | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ea64e9d241..acb8cd66e1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -8143,7 +8143,7 @@ (define-public ulogd (define-public proot (package (name "proot") - (version "5.3.0") + (version "5.3.1") (source (origin (method git-fetch) @@ -8152,19 +8152,14 @@ (define-public proot (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1r1ga3xbwq5kx4i8ihj1p6nmgaa14lfkwxzpsbdcmfh1jimpbmzk")))) + (base32 "18455hni05nn3jyy8qfk1xwx0rd6s1qn9np1b61hkfb36b0gbpdq")))) (build-system gnu-build-system) ;; Many architectures are not supported (see: ;; https://github.com/proot-me/proot/blob/master/src/arch.h#L51). (supported-systems '("x86_64-linux" "i686-linux" "armhf-linux" "aarch64-linux" "i586-gnu")) (arguments - ;; Disable the test suite on armhf-linux, as there are too many - ;; failures to keep track of (see for example: - ;; https://github.com/proot-me/proot/issues/286). - `(#:tests? ,(not (or (%current-target-system) - (string-prefix? "armhf" - (or (%current-system))))) + `(#:tests? #f #:make-flags '("-C" "src") #:phases (modify-phases %standard-phases (add-after 'unpack 'patch-sources -- 2.39.2