guix-commits
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]