guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: exfatprogs: Update to 1.0.4.


From: guix-commits
Subject: branch master updated: gnu: exfatprogs: Update to 1.0.4.
Date: Sun, 09 Aug 2020 19:36:35 -0400

This is an automated email from the git hooks/post-receive script.

nckx pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4beabb0  gnu: exfatprogs: Update to 1.0.4.
4beabb0 is described below

commit 4beabb04aa0a194f5d379167bfddc5f80d721496
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 10 01:31:10 2020 +0200

    gnu: exfatprogs: Update to 1.0.4.
    
    * gnu/packages/file-systems.scm (exfatprogs): Update to 1.0.4.
---
 gnu/packages/file-systems.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 9236d34..d2e022c 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -270,7 +270,7 @@ performance and other characteristics.")
 (define-public exfatprogs
   (package
     (name "exfatprogs")
-    (version "1.0.3")
+    (version "1.0.4")
     (source
      (origin
        (method git-fetch)
@@ -279,8 +279,7 @@ performance and other characteristics.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32
-         "1s47qvhr702z5c19wfqz8cwl9ammmincs7a8vjc6p974wnnjg77y"))))
+        (base32 "1braffz1wc4ki3nb42q85l5zg2dl2hwjr64rk27nc85wcsrbavnl"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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