mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +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
|
(define-public fdupes
|
||||||
(package
|
(package
|
||||||
(name "fdupes")
|
(name "fdupes")
|
||||||
(version "2.2.1")
|
(version "2.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3124,10 +3124,10 @@ degradation and failure.")
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
"fdupes-" version ".tar.gz"))
|
"fdupes-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "13b9qph8nmxwns9n28im3f7bdzhpjas51vckm9b7h5ghlffbfsw4"))))
|
(base32 "1irab60gkjmnvk1l0x92cb5vh9zw9g0vgr3s82mir93zpvn8v3c0"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list ncurses pcre2))
|
(list ncurses pcre2 sqlite))
|
||||||
(home-page "https://github.com/adrianlopezroche/fdupes")
|
(home-page "https://github.com/adrianlopezroche/fdupes")
|
||||||
(synopsis "Identify duplicate files")
|
(synopsis "Identify duplicate files")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue