emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45488: closed ([PATCH] gnu: librsync: Update to 2.3.1.)


From: GNU bug Tracking System
Subject: bug#45488: closed ([PATCH] gnu: librsync: Update to 2.3.1.)
Date: Thu, 31 Dec 2020 07:36:02 +0000

Your message dated Thu, 31 Dec 2020 02:35:01 -0500
with message-id <X+1/JR1p/i/jhlGL@jasmine.lan>
and subject line Re: [bug#45488] [PATCH] gnu: librsync: Update to 2.3.1.
has caused the debbugs.gnu.org bug report #45488,
regarding [PATCH] gnu: librsync: Update to 2.3.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45488: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45488
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: librsync: Update to 2.3.1. Date: Mon, 28 Dec 2020 12:37:09 +0100
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45488] [PATCH] gnu: librsync: Update to 2.3.1. Date: Thu, 31 Dec 2020 02:35:01 -0500
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


--- End Message ---

reply via email to

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