diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-02-19 11:13:39 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-19 11:15:33 +0100 |
| commit | f1f5478f424f01a91c9aa456b436dcd8b7741023 (patch) | |
| tree | fe935a7bedc80c9ca18f6679245abcfd6724bb0f /gnu/packages/rsync.scm | |
| parent | 30461ebd3d60fa16f5e1a52fcc73f4b092e45ebb (diff) | |
gnu: librsync: Update to 2.3.4.
* gnu/packages/rsync.scm (librsync): Update to 2.3.4.
Change-Id: Idcaeb6debf7853e82f2a105e05c950e01f639b30
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 ee8baf1acd5..e536b19bff3 100644 --- a/gnu/packages/rsync.scm +++ b/gnu/packages/rsync.scm @@ -77,7 +77,7 @@ files in the destination.") (define-public librsync (package (name "librsync") - (version "2.3.2") + (version "2.3.4") (source (origin (method git-fetch) (uri (git-reference @@ -86,7 +86,7 @@ files in the destination.") (file-name (git-file-name name version)) (sha256 (base32 - "0bn29npmbw26akc6y54661irpdh6qcivcs6q48cgp3llklhhxp0q")))) + "07yd45r9fkgw55m47xh2aqgflagzw5kh2w764w5gv1jfrg5rn8vy")))) (build-system cmake-build-system) (inputs (list popt)) |
