gnu: fdupes: Update to 2.2.1.
* gnu/packages/admin.scm (fdupes): Update to 2.2.1.
This commit is contained in:
parent
6dce27abbb
commit
6ba101d9ac
1 changed files with 2 additions and 2 deletions
|
@ -2771,7 +2771,7 @@ degradation and failure.")
|
||||||
(define-public fdupes
|
(define-public fdupes
|
||||||
(package
|
(package
|
||||||
(name "fdupes")
|
(name "fdupes")
|
||||||
(version "2.1.2")
|
(version "2.2.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2779,7 +2779,7 @@ degradation and failure.")
|
||||||
"releases/download/v" version "/"
|
"releases/download/v" version "/"
|
||||||
"fdupes-" version ".tar.gz"))
|
"fdupes-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1g9p50xhi2sp0hqxml4w2k0kq9jv988q2yxm347z5349dlxvap6d"))))
|
(base32 "13b9qph8nmxwns9n28im3f7bdzhpjas51vckm9b7h5ghlffbfsw4"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list ncurses pcre2))
|
(list ncurses pcre2))
|
||||||
|
|
Reference in a new issue