[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/08: gnu: mergerfs: Update to 2.31.0.
From: |
guix-commits |
Subject: |
05/08: gnu: mergerfs: Update to 2.31.0. |
Date: |
Mon, 5 Oct 2020 04:43:05 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit f13849a54f5ad4b0f7dbdf11f48eb60109c78cf6
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Sat Oct 3 12:15:19 2020 +0200
gnu: mergerfs: Update to 2.31.0.
* gnu/packages/file-systems.scm (mergerfs) [version]: Update to 2.31.0.
[arguments]: Adjust Makefile substitutions.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/file-systems.scm | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 0d897a6..f021e81 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -768,7 +768,7 @@ community.")
(define-public mergerfs
(package
(name "mergerfs")
- (version "2.29.0")
+ (version "2.31.0")
(source
(origin
(method url-fetch)
@@ -776,7 +776,7 @@ community.")
version "/mergerfs-" version ".tar.gz"))
(sha256
(base32
- "17gizw4vgbqqjd2ykkfpp276942jb5qclp0lkiwkmq1yjgyjqfmk"))))
+ "0k4asbg5n9dhy5jpjkw6simqqnr1zira2y4i71cq05091dfwm90p"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; No tests exist.
@@ -797,8 +797,9 @@ community.")
;; The Makefile does not allow overriding PREFIX via make
variables.
(substitute* '("Makefile" "libfuse/Makefile")
(("= /usr/local") (string-append "= " (assoc-ref outputs
"out")))
+ (("= /sbin") "= $(EXEC_PREFIX)/sbin")
;; cannot chown as build user
- (("chown root:root") "true"))
+ (("chown root(:root)?") "true"))
#t)))))
;; mergerfs bundles a heavily modified copy of libfuse.
(inputs `(("util-linux" ,util-linux)))
- branch master updated (5aa7d76 -> 62cf60d), guix-commits, 2020/10/05
- 01/08: environment: Turn "lo" up in network-less containers., guix-commits, 2020/10/05
- 02/08: gnu: seahorse: Update to 3.36., guix-commits, 2020/10/05
- 04/08: gnu: Add gnote., guix-commits, 2020/10/05
- 05/08: gnu: mergerfs: Update to 2.31.0.,
guix-commits <=
- 07/08: gnu: python-mutagen: Update to 1.45.1., guix-commits, 2020/10/05
- 06/08: gnu: mergerfs-tools: Update to 480296e., guix-commits, 2020/10/05
- 08/08: gnu: picard: Update to 2.4.4., guix-commits, 2020/10/05
- 03/08: gnu: Add gnome-commander., guix-commits, 2020/10/05