me
/
guix
Archived
1
0
Fork 0

gnu: fdupes: Update to 2.2.1.

* gnu/packages/admin.scm (fdupes): Update to 2.2.1.
master
Tobias Geerinckx-Rice 2023-02-12 01:00:02 +01:00
parent 6dce27abbb
commit 6ba101d9ac
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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))