1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: rdfind: Update to 1.8.0.

* gnu/packages/admin.scm (rdfind): Update to 1.8.0.

Change-Id: I7df3cee80efd9fe7f6ccd3d6f5e3b4a0645a5299
This commit is contained in:
Artyom V. Poptsov
2026-03-07 10:38:43 +03:00
parent 9a25372731
commit 960c2067ec

View File

@@ -6889,14 +6889,14 @@ versions of @command{find}, including POSIX, GNU, and *BSD find.")
(define-public rdfind
(package
(name "rdfind")
(version "1.7.0")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://rdfind.pauldreik.se/" name "-" version
".tar.gz"))
(sha256
(base32 "0afzwhmzlzhzzckd9iwkbx6grrzm5p4vk0zbpz8lz7hx5qan7i3q"))))
(base32 "0ddgwx9131ba8ym75xnrz2rcy7l1rjdn8yzf6h0xrhic00r0sb8a"))))
(build-system gnu-build-system)
(native-inputs (list which))
(inputs (list nettle))