guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: exfatprogs: Update to 1.1.0.


From: guix-commits
Subject: 04/08: gnu: exfatprogs: Update to 1.1.0.
Date: Mon, 15 Feb 2021 11:25:24 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 096a66c60adc28b38875d86ac05ca053047f15ae
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Feb 15 17:20:55 2021 +0100

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

diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index 83ce711..ef4b831 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -463,7 +463,7 @@ from the bcachefs-tools package.  It is meant to be used in 
initrds.")
 (define-public exfatprogs
   (package
     (name "exfatprogs")
-    (version "1.0.4")
+    (version "1.1.0")
     (source
      (origin
        (method git-fetch)
@@ -472,7 +472,7 @@ from the bcachefs-tools package.  It is meant to be used in 
initrds.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1braffz1wc4ki3nb42q85l5zg2dl2hwjr64rk27nc85wcsrbavnl"))))
+        (base32 "1ciy28lx7c1vr1f138qi0mkz88pzlkay6nlwmp1yjzd830x48549"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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