guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: fdupes: Update to 2.2.1.


From: guix-commits
Subject: 01/07: gnu: fdupes: Update to 2.2.1.
Date: Fri, 17 Feb 2023 20:45:51 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6ba101d9accccd3d35431d61f9541e03cc9c65f7
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Feb 12 01:00:02 2023 +0100

    gnu: fdupes: Update to 2.2.1.
    
    * gnu/packages/admin.scm (fdupes): Update to 2.2.1.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 3517d9a47d..3a79997f83 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -2771,7 +2771,7 @@ degradation and failure.")
 (define-public fdupes
   (package
     (name "fdupes")
-    (version "2.1.2")
+    (version "2.2.1")
     (source
      (origin
        (method url-fetch)
@@ -2779,7 +2779,7 @@ degradation and failure.")
                            "releases/download/v" version "/"
                            "fdupes-" version ".tar.gz"))
        (sha256
-        (base32 "1g9p50xhi2sp0hqxml4w2k0kq9jv988q2yxm347z5349dlxvap6d"))))
+        (base32 "13b9qph8nmxwns9n28im3f7bdzhpjas51vckm9b7h5ghlffbfsw4"))))
     (build-system gnu-build-system)
     (inputs
      (list ncurses pcre2))



reply via email to

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