guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: librsync: Update to 2.3.1.


From: guix-commits
Subject: 01/02: gnu: librsync: Update to 2.3.1.
Date: Thu, 31 Dec 2020 02:34:36 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit bffc33d2d6c4b198aefab9187b505c2eec242a21
Author: Vincent Legoll <vincent.legoll@gmail.com>
AuthorDate: Mon Dec 28 12:37:09 2020 +0100

    gnu: librsync: Update to 2.3.1.
    
    * gnu/packages/rsync.scm (librsync): Update to 2.3.1.
    
    Signed-off-by: Leo Famulari <leo@famulari.name>
---
 gnu/packages/rsync.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index 214095a..f90feaf 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
 ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
+;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -70,7 +71,7 @@ files in the destination.")
 (define-public librsync
   (package
     (name "librsync")
-    (version "2.2.1")
+    (version "2.3.1")
        (source (origin
             (method git-fetch)
             (uri (git-reference
@@ -79,7 +80,7 @@ files in the destination.")
             (file-name (git-file-name name version))
             (sha256
              (base32
-              "08wdlxsa9zg2pyasz1lwg70d5psi4amv81v4yxwffx67ndzb9yp5"))))
+              "131cd4asmpm4nskidzgiy8xibbnpibvvbq857a0pcky77min5g4z"))))
    (build-system cmake-build-system)
    (inputs
     `(("popt" ,popt)))



reply via email to

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