gnu: rsync: Update to 3.4.1.

* gnu/packages/rsync.scm (rsync): Update to 3.4.1.

Change-Id: I17686864a07b126841a13382f9a70028fb58544c
Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
Dariqq 2025-01-17 08:05:39 +00:00 committed by Hilton Chain
parent 87045f0982
commit f646d189b1
No known key found for this signature in database
GPG key ID: ACC66D09CA528292

View file

@ -40,14 +40,14 @@
(define-public rsync (define-public rsync
(package (package
(name "rsync") (name "rsync")
(version "3.4.0") (version "3.4.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-" (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"191sp6wci6qyjh63mpbs0hs8rhvzdkxaybw2zq9a09j2ljajz54f")))) "0llcv1gxcl4qyry689sh24mj02pyy2wl1xq1q4gmb2zdl6rvq919"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags