guix-commits
[Top][All Lists]
Advanced

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

05/20: gnu: rsync: Update to 3.3.0.


From: guix-commits
Subject: 05/20: gnu: rsync: Update to 3.3.0.
Date: Mon, 15 Apr 2024 05:18:38 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit d95ed91f386032b8de46785c407ef5b64794bd89
Author: Andy Tai <atai@atai.org>
AuthorDate: Mon Apr 8 09:16:32 2024 -0700

    gnu: rsync: Update to 3.3.0.
    
    * gnu/packages/rsync.scm (rsync): Update to 3.3.0.
    
    Change-Id: I03ba540e44f54e371cd362baf2aeb1877f853f72
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 48f6139f1f..4b1d44e58e 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -40,14 +40,14 @@
 (define-public rsync
   (package
    (name "rsync")
-   (version "3.2.7")
+   (version "3.3.0")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://rsync.samba.org/ftp/rsync/src/rsync-";
                                 version ".tar.gz"))
             (sha256
              (base32
-              "1fzj8q9w8bgvi3j162rlqymbdx5cgnk29dszik2ph26idqzrszaf"))))
+              "146z85qd16446k8hzr9n4fzf0fzjjsg22qralxwdcclcf2kfk6bk"))))
    (build-system gnu-build-system)
    (arguments
     `(#:configure-flags



reply via email to

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