guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: exfatprogs: Update to 1.2.1.


From: guix-commits
Subject: 04/05: gnu: exfatprogs: Update to 1.2.1.
Date: Sat, 16 Sep 2023 14:19:26 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 39a29fc4c180e16c78f78036a2986a26d1a883fc
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 10 02:00:00 2023 +0200

    gnu: exfatprogs: Update to 1.2.1.
    
    * gnu/packages/file-systems.scm (exfatprogs): Update to 1.2.1.
---
 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 a500fdb708..ad4c078268 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -716,7 +716,7 @@ from the bcachefs-tools package.  It is meant to be used in 
initrds.")
 (define-public exfatprogs
   (package
     (name "exfatprogs")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -725,7 +725,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 "02a6178brikg12wl80h9qgxyhpm6mly0jnml0rs9phb7lkbv9kzh"))))
+        (base32 "1g5aqhjz0l58kvmis1j5b5qkn58hjs582f36ygiqkgxvp4njkny4"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags



reply via email to

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