mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-27 19:41:50 +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:
@@ -6889,14 +6889,14 @@ versions of @command{find}, including POSIX, GNU, and *BSD find.")
|
|||||||
(define-public rdfind
|
(define-public rdfind
|
||||||
(package
|
(package
|
||||||
(name "rdfind")
|
(name "rdfind")
|
||||||
(version "1.7.0")
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://rdfind.pauldreik.se/" name "-" version
|
(uri (string-append "https://rdfind.pauldreik.se/" name "-" version
|
||||||
".tar.gz"))
|
".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0afzwhmzlzhzzckd9iwkbx6grrzm5p4vk0zbpz8lz7hx5qan7i3q"))))
|
(base32 "0ddgwx9131ba8ym75xnrz2rcy7l1rjdn8yzf6h0xrhic00r0sb8a"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs (list which))
|
(native-inputs (list which))
|
||||||
(inputs (list nettle))
|
(inputs (list nettle))
|
||||||
|
|||||||
Reference in New Issue
Block a user