me
/
guix
Archived
1
0
Fork 0

gnu: rsync: Update to 3.2.7.

* gnu/packages/rsync.scm (rsync): Update to 3.2.7.
master
Tobias Geerinckx-Rice 2022-10-23 02:00:00 +02:00
parent adeecacde9
commit 754a6ea6f2
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -40,14 +40,14 @@
(define-public rsync (define-public rsync
(package (package
(name "rsync") (name "rsync")
(version "3.2.6") (version "3.2.7")
(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
"1lslaj1s7mpgf4v5lxhhiyy4ffmxaxy9cbplx8gx8dvqnax6aczv")))) "1fzj8q9w8bgvi3j162rlqymbdx5cgnk29dszik2ph26idqzrszaf"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:configure-flags `(#:configure-flags