guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

06/13: gnu: rsync: Update to 3.2.4.


From: guix-commits
Subject: 06/13: gnu: rsync: Update to 3.2.4.
Date: Mon, 30 May 2022 10:37:10 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 7d8f6a5db5069ad614ca58ec3a995335fdf4fac8
Author: Greg Hogan <code@greghogan.com>
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 <ludo@gnu.org>
---
 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

[Prev in Thread] Current Thread [Next in Thread]