3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: rsnapshot: Update to 1.4.5.

* gnu/packages/backup.scm (rsnapshot): Update to 1.4.5.
This commit is contained in:
Tobias Geerinckx-Rice 2023-01-22 01:00:01 +01:00
parent 8e1cca32b9
commit 128c926ffa
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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