[PATCH] gnu: librsync: Update to 2.3.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Leo Famulari
  • Vincent Legoll
Owner
unassigned
Submitted by
Vincent Legoll
Severity
normal

Debbugs page

Vincent Legoll wrote 4 years ago
(address . guix-patches@gnu.org)(name . Vincent Legoll)(address . vincent.legoll@gmail.com)
20201228113709.18062-1-vincent.legoll@gmail.com
* gnu/packages/rsync.scm (librsync): Update to 2.3.1.
---
gnu/packages/rsync.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)

Toggle diff (32 lines)
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
Leo Famulari wrote 4 years ago
(name . Vincent Legoll)(address . vincent.legoll@gmail.com)(address . 45488-done@debbugs.gnu.org)
X+1/JR1p/i/jhlGL@jasmine.lan
On Mon, Dec 28, 2020 at 12:37:09PM +0100, Vincent Legoll wrote:
Toggle quote (2 lines)
> * gnu/packages/rsync.scm (librsync): Update to 2.3.1.

Thanks! Pushed as bffc33d2d6c4b198aefab9187b505c2eec242a21
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 45488@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 45488
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help