1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: fdupes: Update to 2.3.2.

* gnu/packages/admin.scm (fdupes): Update to 2.3.2.

Change-Id: I49681e01d5f31e0ca6548ec63aba8abd48ffccfc
This commit is contained in:
Danny Milosavljevic 2025-03-15 21:01:32 +01:00
parent f9726d5498
commit 302e62bddd
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -3116,7 +3116,7 @@ degradation and failure.")
(define-public fdupes
(package
(name "fdupes")
(version "2.2.1")
(version "2.3.2")
(source
(origin
(method url-fetch)
@ -3124,10 +3124,10 @@ degradation and failure.")
"releases/download/v" version "/"
"fdupes-" version ".tar.gz"))
(sha256
(base32 "13b9qph8nmxwns9n28im3f7bdzhpjas51vckm9b7h5ghlffbfsw4"))))
(base32 "1irab60gkjmnvk1l0x92cb5vh9zw9g0vgr3s82mir93zpvn8v3c0"))))
(build-system gnu-build-system)
(inputs
(list ncurses pcre2))
(list ncurses pcre2 sqlite))
(home-page "https://github.com/adrianlopezroche/fdupes")
(synopsis "Identify duplicate files")
(description