all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#45488] [PATCH] gnu: librsync: Update to 2.3.1.
@ 2020-12-28 11:37 Vincent Legoll
  2020-12-31  7:35 ` bug#45488: " Leo Famulari
  0 siblings, 1 reply; 2+ messages in thread
From: Vincent Legoll @ 2020-12-28 11:37 UTC (permalink / raw)
  To: 45488; +Cc: Vincent Legoll

* gnu/packages/rsync.scm (librsync): Update to 2.3.1.
---
 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 214095aa61..f90feaf57f 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)))
-- 
2.29.2





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#45488: [PATCH] gnu: librsync: Update to 2.3.1.
  2020-12-28 11:37 [bug#45488] [PATCH] gnu: librsync: Update to 2.3.1 Vincent Legoll
@ 2020-12-31  7:35 ` Leo Famulari
  0 siblings, 0 replies; 2+ messages in thread
From: Leo Famulari @ 2020-12-31  7:35 UTC (permalink / raw)
  To: Vincent Legoll; +Cc: 45488-done

On Mon, Dec 28, 2020 at 12:37:09PM +0100, Vincent Legoll wrote:
> * gnu/packages/rsync.scm (librsync): Update to 2.3.1.

Thanks! Pushed as bffc33d2d6c4b198aefab9187b505c2eec242a21




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-31  7:36 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-28 11:37 [bug#45488] [PATCH] gnu: librsync: Update to 2.3.1 Vincent Legoll
2020-12-31  7:35 ` bug#45488: " Leo Famulari

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.