[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/13: gnu: librsync: Update to 2.2.1.
From: |
guix-commits |
Subject: |
03/13: gnu: librsync: Update to 2.2.1. |
Date: |
Wed, 13 Nov 2019 05:49:35 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit f3855bf634a81fe65998e624e9ca17374ad930da
Author: Efraim Flashner <address@hidden>
Date: Wed Nov 13 11:05:26 2019 +0200
gnu: librsync: Update to 2.2.1.
* gnu/packages/rsync.scm (librsync): Update to 2.2.1.
---
gnu/packages/rsync.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm
index 39b295f..fad995b 100644
--- a/gnu/packages/rsync.scm
+++ b/gnu/packages/rsync.scm
@@ -62,7 +62,7 @@ files in the destination.")
(define-public librsync
(package
(name "librsync")
- (version "2.0.2")
+ (version "2.2.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -71,7 +71,7 @@ files in the destination.")
(file-name (git-file-name name version))
(sha256
(base32
- "1qnr4rk93mhggqjh2025clmlhhgnjhq983p1vbh8i1g8aiqdnapi"))))
+ "08wdlxsa9zg2pyasz1lwg70d5psi4amv81v4yxwffx67ndzb9yp5"))))
(build-system cmake-build-system)
(inputs
`(("popt" ,popt)))
- 02/13: gnu: librsync: Don't use unstable tarball., (continued)
- 02/13: gnu: librsync: Don't use unstable tarball., guix-commits, 2019/11/13
- 06/13: gnu: java-eclipse-sisu-plexus: Update to 0.3.4., guix-commits, 2019/11/13
- 04/13: gnu: ocaml-charinfo-width: Parameterize download url., guix-commits, 2019/11/13
- 11/13: gnu: texlive-latex-changepage: Declare source file-name., guix-commits, 2019/11/13
- 13/13: gnu: texlive-latex-pdfx: Declare source file-name., guix-commits, 2019/11/13
- 07/13: gnu: texlive-latex-xkeyval: Declare source file-name., guix-commits, 2019/11/13
- 08/13: gnu: texlive-booktabs: Declare source file-name., guix-commits, 2019/11/13
- 10/13: gnu: texlive-latex-mflogo: Declare source file-name., guix-commits, 2019/11/13
- 12/13: gnu: texlive-latex-xmpincl: Declare source file-name., guix-commits, 2019/11/13
- 09/13: gnu: texlive-standalone: Declare source file-name., guix-commits, 2019/11/13
- 03/13: gnu: librsync: Update to 2.2.1.,
guix-commits <=