diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2019-11-13 11:05:26 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2019-11-13 12:49:21 +0200 |
commit | f3855bf634a81fe65998e624e9ca17374ad930da (patch) | |
tree | 028b04789d057e82ad1b38c6b826d92101a1563f /gnu/packages/rsync.scm | |
parent | 6d29f6725d4d807e938e30cfb99802f9551f64d2 (diff) | |
download | patches-f3855bf634a81fe65998e624e9ca17374ad930da.tar patches-f3855bf634a81fe65998e624e9ca17374ad930da.tar.gz |
gnu: librsync: Update to 2.2.1.
* gnu/packages/rsync.scm (librsync): Update to 2.2.1.
Diffstat (limited to 'gnu/packages/rsync.scm')
-rw-r--r-- | gnu/packages/rsync.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rsync.scm b/gnu/packages/rsync.scm index 39b295fdda..fad995bc88 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))) |