civodul pushed a commit to branch master
in repository guix.

commit 7d8f6a5db5069ad614ca58ec3a995335fdf4fac8
Author: Greg Hogan <[email protected]>
AuthorDate: Tue May 3 17:55:02 2022 +0000

    gnu: rsync: Update to 3.2.4.
    
    * gnu/packages/rsync.scm (rsync): Update to 3.2.4.
    
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 gnu/packages/rsync.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index 13717f0249..2b3673c90c 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -39,14 +39,14 @@
 (define-public rsync
   (package
    (name "rsync")
-   (version "3.2.3")
+   (version "3.2.4")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-";
                                 version ".tar.gz"))
             (sha256
              (base32
-              "03p5dha9g9krq61mdbcrjkpz5nglri0009ks2vs9k97f9i83rk5y"))))
+              "1lgslprbfirl9p9ca16syh0pzr4kgmrzdxwwayvb0ll0s0w1hxkg"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags

Reply via email to