gnu: rsync: Update to 3.2.4.
* gnu/packages/rsync.scm (rsync): Update to 3.2.4. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
3f31525546
commit
7d8f6a5db5
@ -39,14 +39,14 @@
|
|||||||
(define-public rsync
|
(define-public rsync
|
||||||
(package
|
(package
|
||||||
(name "rsync")
|
(name "rsync")
|
||||||
(version "3.2.3")
|
(version "3.2.4")
|
||||||
(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
|
||||||
"03p5dha9g9krq61mdbcrjkpz5nglri0009ks2vs9k97f9i83rk5y"))))
|
"1lgslprbfirl9p9ca16syh0pzr4kgmrzdxwwayvb0ll0s0w1hxkg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
|
Loading…
Reference in New Issue
Block a user