mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 20:10:39 +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:
parent
f9726d5498
commit
302e62bddd
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue