[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/13: gnu: cryfs: Update to 0.11.4.
From: |
guix-commits |
Subject: |
09/13: gnu: cryfs: Update to 0.11.4. |
Date: |
Fri, 21 Jul 2023 21:26:25 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 6984151a834d1d27f0b35c250bd57273783f7d5f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:02 2023 +0200
gnu: cryfs: Update to 0.11.4.
* gnu/packages/crypto.scm (cryfs): Update to 0.11.4.
[arguments]: Remove obsolete phase.
---
gnu/packages/crypto.scm | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 91acedbc97..0f1e70f4dc 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -1479,7 +1479,7 @@ non-encrypted files.")
(define-public cryfs
(package
(name "cryfs")
- (version "0.11.3")
+ (version "0.11.4")
(source
(origin
(method url-fetch)
@@ -1487,7 +1487,7 @@ non-encrypted files.")
"https://github.com/cryfs/cryfs/releases/download/"
version "/cryfs-" version ".tar.xz"))
(sha256
- (base32 "1h41dhdfk2nll0vx5i66mgrdalv6kccwq5yx99gridywxw6qxxhq"))))
+ (base32 "0a48qijfrd02ianp19x3kz24w1pgigmlxdr5nks0gag7z5b2s7m7"))))
(build-system cmake-build-system)
(arguments
'(#:modules ((guix build cmake-build-system)
@@ -1514,14 +1514,7 @@ non-encrypted files.")
(when tests?
(substitute* "CMakeLists.txt"
(("option.BUILD_TESTING .build test cases. OFF.")
- "option(BUILD_TESTING \"build test cases\" ON)")))
- ;; work around a missing import fixed upstream in boost 1.78
- ;; See https://github.com/boostorg/process/issues/213
- (substitute* (find-files "." "subprocess.cpp$")
- (("#include <boost/process.hpp>.*" line)
- (string-append
- "#include <algorithm>\n"
- line)))))
+ "option(BUILD_TESTING \"build test cases\" ON)")))))
(replace 'check
(lambda* (#:key tests? #:allow-other-keys)
(when tests?
- branch master updated (eb12f3fd8b -> b56fe521de), guix-commits, 2023/07/21
- 04/13: gnu: gallery-dl: Update to 1.25.8., guix-commits, 2023/07/21
- 08/13: gnu: mygui: Update to 3.4.2., guix-commits, 2023/07/21
- 03/13: gnu: qtractor: Update to 0.9.34., guix-commits, 2023/07/21
- 09/13: gnu: cryfs: Update to 0.11.4.,
guix-commits <=
- 05/13: gnu: osinfo-db: Update to 20230719., guix-commits, 2023/07/21
- 12/13: gnu: openssh: Remove input labels., guix-commits, 2023/07/21
- 02/13: gnu: purescript: Use G-expressions., guix-commits, 2023/07/21
- 01/13: gnu: purescript: Update to 0.15.10., guix-commits, 2023/07/21
- 06/13: gnu: osinfo-db: Use G-expressions., guix-commits, 2023/07/21
- 13/13: gnu: openssh: Use G-expressions., guix-commits, 2023/07/21
- 07/13: gnu: labwc: Update to 0.6.4., guix-commits, 2023/07/21
- 10/13: gnu: gitolite: Update to 3.6.13., guix-commits, 2023/07/21
- 11/13: gnu: openssh: Update to 9.3p2., guix-commits, 2023/07/21