[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/07: gnu: unionfs-fuse: Update to 2.1.
From: |
guix-commits |
Subject: |
04/07: gnu: unionfs-fuse: Update to 2.1. |
Date: |
Sun, 29 Nov 2020 17:16:12 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 9af59b0dce5a5ff8131140e2c44069f9135ba76a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 22:48:27 2020 +0100
gnu: unionfs-fuse: Update to 2.1.
* gnu/packages/linux.scm (unionfs-fuse): Update to 2.1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 9da4776..235cd7d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2825,7 +2825,7 @@ user-space processes.")
(define-public unionfs-fuse
(package
(name "unionfs-fuse")
- (version "2.0")
+ (version "2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -2834,7 +2834,7 @@ user-space processes.")
(file-name (git-file-name name version))
(sha256
(base32
- "0lb8zgdxnjy2fjr2284hvdfn7inc1in44ynzgcr66x54bxzvynj6"))))
+ "0bwx70x834qgqh53vqp18bhbxbsny80hz922rbgj8k9wj7cbfilm"))))
(build-system cmake-build-system)
(native-inputs
`(("python" ,python)))
- branch master updated (a79041f -> a8ffe16), guix-commits, 2020/11/29
- 02/07: gnu: libtermkey: Update to 0.22., guix-commits, 2020/11/29
- 01/07: gnu: libtermkey: Prepare for cross-compilation., guix-commits, 2020/11/29
- 03/07: gnu: altermime: Update to 0.3.11., guix-commits, 2020/11/29
- 04/07: gnu: unionfs-fuse: Update to 2.1.,
guix-commits <=
- 06/07: gnu: libmwaw: Update to 0.3.17., guix-commits, 2020/11/29
- 07/07: gnu: mcelog: Update to 173., guix-commits, 2020/11/29
- 05/07: gnu: libphidget: Update to 2.1.9.20190409., guix-commits, 2020/11/29