diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:01 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-01-22 01:00:15 +0100 |
commit | 128c926ffa8528322ddc8c82154efd1ccbf8a001 (patch) | |
tree | a91eaf2a46a8c2e5933e5c40457fb0f3e4a49087 | |
parent | 8e1cca32b938cef0812ce042c6c2e8bccb326ec7 (diff) |
gnu: rsnapshot: Update to 1.4.5.
* gnu/packages/backup.scm (rsnapshot): Update to 1.4.5.
-rw-r--r-- | gnu/packages/backup.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/backup.scm b/gnu/packages/backup.scm index 23731ef930..10512cc1cd 100644 --- a/gnu/packages/backup.scm +++ b/gnu/packages/backup.scm @@ -524,7 +524,7 @@ rdiff-backup is easy to use and settings have sensible defaults.") (define-public rsnapshot (package (name "rsnapshot") - (version "1.4.4") + (version "1.4.5") (source (origin (method url-fetch) @@ -532,7 +532,7 @@ rdiff-backup is easy to use and settings have sensible defaults.") "https://github.com/rsnapshot/rsnapshot/releases/download/" version "/rsnapshot-" version ".tar.gz")) (sha256 - (base32 "0yc5k2fhm54ypxgm1fsaf8vrg5b7qbvbsqk371n6baf592vprjy1")))) + (base32 "0hl2ncld0xkwlnv1cqjmmnld2nlp65alkkdacs11wl95r80mxdqh")))) (build-system gnu-build-system) (arguments `(#:phases |