guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: librsync: Update to 2.3.2.


From: guix-commits
Subject: 02/04: gnu: librsync: Update to 2.3.2.
Date: Sun, 11 Apr 2021 12:08:07 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 96feb7515e3c75e7e8e5f51d91a3c6d1bf1c36f1
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Apr 11 16:30:10 2021 +0200

    gnu: librsync: Update to 2.3.2.
    
    * gnu/packages/rsync.scm (librsync): Update to 2.3.2.
---
 gnu/packages/rsync.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index f90feaf..37b1566 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -2,7 +2,7 @@
 ;;; Copyright © 2012, 2013 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2016 Mark H Weaver <mhw@netris.org>
 ;;; Copyright © 2017, 2019 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Leo Famulari <leo@famulari.name>
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;;
@@ -71,7 +71,7 @@ files in the destination.")
 (define-public librsync
   (package
     (name "librsync")
-    (version "2.3.1")
+    (version "2.3.2")
        (source (origin
             (method git-fetch)
             (uri (git-reference
@@ -80,7 +80,7 @@ files in the destination.")
             (file-name (git-file-name name version))
             (sha256
              (base32
-              "131cd4asmpm4nskidzgiy8xibbnpibvvbq857a0pcky77min5g4z"))))
+              "0bn29npmbw26akc6y54661irpdh6qcivcs6q48cgp3llklhhxp0q"))))
    (build-system cmake-build-system)
    (inputs
     `(("popt" ,popt)))



reply via email to

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